We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c57879 commit da7c096Copy full SHA for da7c096
.github/workflows/deploy-examples.yml
@@ -32,12 +32,9 @@ jobs:
32
run: yarn install
33
- name: Build
34
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
37
- name: Upload artifact
38
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
39
with:
40
- name: github-pages
41
path: demos
42
- name: Deploy
43
id: deployment
0 commit comments