Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jan 19, 2024
1 parent e5099cc commit 6573911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: SphinxDoc
path: docs/sphinx_doc/build/html/
path: ${{ steps.deployment.outputs.artifact }}
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'release'
with:
Expand Down

0 comments on commit 6573911

Please sign in to comment.