Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayalenE authored Feb 26, 2024
1 parent 5d76a3c commit 40f766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Sphinx build
run: |
cd docs
python -m sphinx.cmd.build -nW --keep-going -M html "source" "build"
python3 -m sphinx.cmd.build -M html "source" "build"
cp -r build/html/ ../public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 40f766b

Please sign in to comment.