Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ShowierData9978 <[email protected]>
  • Loading branch information
showierdata9978 authored Nov 6, 2023
1 parent b9e0c7b commit 1ec83ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@ jobs:
- name: Install Dependencies
run: |
# Activate the virtual environment if using Poetry
source .venv/bin/activate
# Install dependencies using Poetry
poetry install --no-interaction
# Install additional dependencies from a requirements file
pip install -r docs/source/requirements.txt
poetry run pip install -r docs/source/requirements.txt
- name: Build Documentation
run: |
cd docs/
bash ./build.sh
poetry run bash ./build.sh
- name: Push docs
run: |
Expand Down

0 comments on commit 1ec83ee

Please sign in to comment.