Skip to content

Commit ecce2e0

Browse files
committed
CI dist only
1 parent e72e0c4 commit ecce2e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/DEPLOY_TO_PAGES.yml

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

0 commit comments

Comments
 (0)