Fix CI
This commit is contained in:
parent
b9a750c681
commit
2884311b62
4 changed files with 11 additions and 8 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Build wasm
|
||||
run: |
|
||||
cargo install wasm-pack
|
||||
wasm-pack build --target web
|
||||
wasm-pack build --target web --features wasm
|
||||
cp -R pkg/reconcile.js examples/website/
|
||||
cp -R pkg/reconcile_bg.wasm examples/website/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue