Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotflakes committed Jul 9, 2023
1 parent e13ae2d commit 81d5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
run: wasm-pack build --target web && mkdir build && cp -r pkg index.html polyfill.js processor.js build && ls build
run: wasm-pack build --target web && mkdir build && cp -r pkg index.html polyfill.js processor.js build && rm build/pkg/.gitignore && ls build
working-directory: ./demo

- name: Deploy
Expand Down

0 comments on commit 81d5061

Please sign in to comment.