Skip to content

Commit e72e0c4

Browse files
committed
CI fix artifact path
1 parent ff16428 commit e72e0c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/DEPLOY_TO_PAGES.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- name: Upload artifact
2828
uses: actions/upload-pages-artifact@v3
2929
with:
30-
path: '.'
30+
path: |
31+
./dist
32+
./demo
3133
- name: Deploy to GitHub Pages
3234
id: deployment
3335
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)