We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19b3b commit a8710e5Copy full SHA for a8710e5
1 file changed
.github/workflows/static.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
66
with:
67
- path: '.site/build'
+ path: '.site/dist'
68
- name: Deploy to GitHub Pages
69
id: deployment
70
uses: actions/deploy-pages@v4
0 commit comments