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 3216985 commit d415073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build
run: wasm-pack build --target web && mkdir build && cp -r pkg index.html polyfill.js processor.js build
run: wasm-pack build --target web && mkdir build && cp -r pkg index.html polyfill.js processor.js build && ls build
working-directory: ./demo
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
Cargo.lock
*.wav
4 changes: 2 additions & 2 deletions demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pkg
target
/pkg
/target

0 comments on commit d415073

Please sign in to comment.