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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
ref: '3cb1271fb3f92583bfedb2c6733a3157a224dbff'
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: Update toolchain
|
- name: Update toolchain
|
||||||
|
@ -40,9 +41,9 @@ jobs:
|
||||||
- name: Fetch dependencies
|
- name: Fetch dependencies
|
||||||
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-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
|
- 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