Skip to content

Commit

Permalink
docs: try to fix sphinx-build cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Jan 21, 2025
1 parent 6a1b221 commit 7d819fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 _docs/build_all_docs.py
cd _docs
sphinx-build . _build
sphinx-build -c . -b html source _build
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 7d819fe

Please sign in to comment.