Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 5, 2024
1 parent 9b61386 commit ab4d449
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- run: pip install --upgrade pip
- run: pip install -r docs/requirements.txt
- uses: actions/configure-pages@v5
# id: pages
- run: sphinx-build docs docs/_build/html
- run: sphinx-build
- uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html
Expand Down

0 comments on commit ab4d449

Please sign in to comment.