Skip to content

Commit 9c57879

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: yarn build
3535
- name: Delete node_modules
36-
run: rm -rf vanilla-js-app/node_modules && rm -rf webpack-app/node_modules
36+
run: rm -rf demos/vanilla-js-app/node_modules && rm -rf demos/webpack-app/node_modules
3737
- name: Upload artifact
3838
uses: actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)