update
This commit is contained in:
parent
003e890e1e
commit
e1c957864c
1 changed files with 1 additions and 2 deletions
|
@ -41,9 +41,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cargo fetch --locked
|
cargo fetch --locked
|
||||||
|
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
run: sed -i 's/wasm-bindgen = "0.2.88"/wasm-bindgen = "0.2.95"/g' ./lapdev/lapdev-dashboard/Cargo.toml && cd lapdev-dashboard && trunk build --release --public-url /static/
|
run: sed -i 's/wasm-bindgen = "0.2.88"/wasm-bindgen = "0.2.95"/g' ./lapdev-dashboard/Cargo.toml && cd lapdev-dashboard && trunk build --release --public-url /static/
|
||||||
|
|
||||||
- name: Compress static files
|
- name: Compress static files
|
||||||
run: cd lapdev-dashboard/dist/ && gzip -k *
|
run: cd lapdev-dashboard/dist/ && gzip -k *
|
||||||
|
|
Loading…
Add table
Reference in a new issue