update
This commit is contained in:
parent
e1c957864c
commit
af3655d0b5
1 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: '3cb1271fb3f92583bfedb2c6733a3157a224dbff'
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Update toolchain
|
||||
|
@ -40,9 +41,9 @@ jobs:
|
|||
- name: Fetch dependencies
|
||||
run: |
|
||||
cargo fetch --locked
|
||||
|
||||
|
||||
- name: Build wasm
|
||||
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/
|
||||
run: cd lapdev-dashboard && trunk build --release --public-url /static/
|
||||
|
||||
- name: Compress static files
|
||||
run: cd lapdev-dashboard/dist/ && gzip -k *
|
||||
|
|
Loading…
Add table
Reference in a new issue