We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba49776 commit e6f35cdCopy full SHA for e6f35cd
.github/workflows/static.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/upload-pages-artifact@v3
61
with:
62
# Upload entire repository
63
- path: '.dist'
+ path: './dist'
64
- name: Deploy to GitHub Pages
65
id: deployment
66
uses: actions/deploy-pages@v4
0 commit comments