Skip to content

Commit

Permalink
Add missing artifact upload step to GitHub page action.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Nov 4, 2024
1 parent 811af0b commit 28ee2aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
REWRITE_DEPENDENCIES=true \
make Sphinx-html
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
with:
path: sphinx-docs/build/html/

deploy:
needs: build

Expand Down

0 comments on commit 28ee2aa

Please sign in to comment.