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