Skip to content

Commit

Permalink
Fixing sphinx source
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchism94 committed Mar 5, 2024
1 parent fba6461 commit 95a89c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build Sphinx Documentation
run: |
cd docs # Change to the directory containing your Sphinx project
sphinx-build -b html docs/ docs/_build/html
sphinx-build -b html docs/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 95a89c6

Please sign in to comment.