Update deploy.yml

This commit is contained in:
itsscb 2024-08-23 15:11:00 +02:00 committed by GitHub
parent 2ee273ddf1
commit 922125fb18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,9 @@ jobs:
with:
profile: minimal
toolchain: stable
- name: Add Rust target wasm32-unknown-unknown
run: rustup target add wasm32-unknown-unknown
- name: Install Trunk
run: cargo install trunk
@ -42,6 +45,7 @@ jobs:
run: npm install -g tailwindcss
- name: Build Frontend
working-directory: ./frontend
run: |
trunk build --release