Skip to content

Commit da7c096

Browse files
committed
fix ci.
1 parent 9c57879 commit da7c096

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-examples.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
run: yarn install
3333
- name: Build
3434
run: yarn build
35-
- name: Delete node_modules
36-
run: rm -rf demos/vanilla-js-app/node_modules && rm -rf demos/webpack-app/node_modules
3735
- name: Upload artifact
38-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-pages-artifact@v3
3937
with:
40-
name: github-pages
4138
path: demos
4239
- name: Deploy
4340
id: deployment

0 commit comments

Comments
 (0)