Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaJohnBritto authored Sep 16, 2024
1 parent f77b108 commit 6a252cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx
pip install -r requirements.txt # If you have dependencies
- name: Build documentation
run: |
sphinx-build -b html . _build/html
Expand Down

0 comments on commit 6a252cc

Please sign in to comment.