Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 8, 2023
1 parent 85228aa commit 231865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo install wasm-bindgen-cli

- name: Run build
run: build --release --target wasm32-unknown-unknown
run: cargo build --release --target wasm32-unknown-unknown
- name: WASM
run: wasm-bindgen --out-dir ./out/ --target web ./target/
# - name: Copy Assets
Expand Down

0 comments on commit 231865b

Please sign in to comment.