We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f6565 commit 9c57879Copy full SHA for 9c57879
.github/workflows/deploy-examples.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
run: yarn build
35
- name: Delete node_modules
36
- run: rm -rf vanilla-js-app/node_modules && rm -rf webpack-app/node_modules
+ run: rm -rf demos/vanilla-js-app/node_modules && rm -rf demos/webpack-app/node_modules
37
- name: Upload artifact
38
uses: actions/upload-artifact@v4
39
with:
0 commit comments