We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e16ff7 commit a373fe6Copy full SHA for a373fe6
1 file changed
.github/workflows/ghpages.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/upload-pages-artifact@v3
49
with:
50
# Upload dist folder
51
- path: ".packages/playground/dist"
+ path: "./packages/playground/dist"
52
- name: Deploy to GitHub Pages
53
id: deployment
54
uses: actions/deploy-pages@v4
0 commit comments