Skip to content

Commit

Permalink
Corrected path for github-pages artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jchabloz committed Jan 4, 2024
1 parent 18e5949 commit 478281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./docs/_build/"
path: "./docs/_build/html"

# Deployment job
deploy:
Expand Down

0 comments on commit 478281d

Please sign in to comment.