Skip to content

Commit a373fe6

Browse files
committed
fix: dist path
1 parent 6e16ff7 commit a373fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-pages-artifact@v3
4949
with:
5050
# Upload dist folder
51-
path: ".packages/playground/dist"
51+
path: "./packages/playground/dist"
5252
- name: Deploy to GitHub Pages
5353
id: deployment
5454
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)