Skip to content

Commit 304f01e

Browse files
Corrected artifact path
1 parent adb4b33 commit 304f01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/upload-pages-artifact@v3
5757
with:
5858
# Upload entire repository
59-
path: 'docs/_build'
59+
path: 'docs/_build/html'
6060
- name: Deploy to GitHub Pages
6161
id: deployment
6262
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)