Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedsaed authored Aug 12, 2024
1 parent cc7a99f commit 716b0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd docs
cd doc
pip install -r requirements.txt
- name: Build the documentation
run: |
cd docs # Change this if your documentation is in a different directory
cd doc # Change this if your documentation is in a different directory
make html # Adjust if you use a different build command
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 716b0cc

Please sign in to comment.