Merge pull request #2 from itsscb/ft-add-github-action-for-deployment

fix/gh action file
This commit is contained in:
itsscb 2024-05-31 23:24:58 +02:00 committed by GitHub
commit dfe6fd105e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
# Install wasm32-unknown-unknown target
- name: Install wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
# Build frontend # Build frontend
- name: Install trunk - name: Install trunk
run: cargo install --locked trunk run: cargo install --locked trunk