We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181dad commit fbe5ee2Copy full SHA for fbe5ee2
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Upload artifact
55
uses: actions/upload-pages-artifact@v3
56
with:
57
- path: "./dist"
+ path: "./docs/dist"
58
59
- name: Deploy to GitHub Pages
60
id: deployment
0 commit comments