Skip to content

Commit f270e4b

Browse files
authored
Update static_html_deploy.yml
1 parent 5698983 commit f270e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_html_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-pages-artifact@v3
5151
with:
5252
# Upload entire repository
53-
path: 'docs/build/html'
53+
path: 'docs/pages'
5454
- name: Deploy to GitHub Pages
5555
id: deployment
5656
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)