Update deploy.yml
This commit is contained in:
parent
2ee273ddf1
commit
922125fb18
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
- name: Add Rust target wasm32-unknown-unknown
|
||||||
|
run: rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
- name: Install Trunk
|
- name: Install Trunk
|
||||||
run: cargo install trunk
|
run: cargo install trunk
|
||||||
@ -42,6 +45,7 @@ jobs:
|
|||||||
run: npm install -g tailwindcss
|
run: npm install -g tailwindcss
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
|
working-directory: ./frontend
|
||||||
run: |
|
run: |
|
||||||
trunk build --release
|
trunk build --release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user