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 ab4d449 commit e2e829c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Sphinx: Render docs"
name: sphinx

on:
# Triggers the workflow on push or pull request events but only for the "main" branch
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- run: pip install --upgrade pip
- run: pip install -r docs/requirements.txt
- uses: actions/configure-pages@v5
- run: sphinx-build
- run: sphinx-build docs docs/_build/html
- uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html
Expand All @@ -46,4 +46,3 @@ jobs:
steps:
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit e2e829c

Please sign in to comment.