We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bcadb commit 4887b10Copy full SHA for 4887b10
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/upload-pages-artifact@v3
41
with:
42
# Upload entire repository
43
- path: 'build'
+ path: 'dist'
44
- name: Deploy to GitHub Pages
45
id: deployment
46
uses: actions/deploy-pages@v4
0 commit comments