We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2ab2b commit 7c93034Copy full SHA for 7c93034
.github/workflows/static.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/upload-pages-artifact@v3
47
with:
48
# Upload entire repository
49
- path: ./Web/_site/
+ path: _site/
50
- name: Deploy to GitHub Pages
51
id: deployment
52
uses: actions/deploy-pages@v4
0 commit comments