Skip to content

Commit

Permalink
fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Feb 5, 2025
1 parent 9c57879 commit da7c096
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ jobs:
run: yarn install
- name: Build
run: yarn build
- name: Delete node_modules
run: rm -rf demos/vanilla-js-app/node_modules && rm -rf demos/webpack-app/node_modules
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: demos
- name: Deploy
id: deployment
Expand Down

0 comments on commit da7c096

Please sign in to comment.