Skip to content

Commit

Permalink
Fix pages workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKopel authored Nov 27, 2023
1 parent 3c20565 commit bbf4009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install trunk
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.17.5/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-

- name: Add wasm target
run: rustup target add wasm32-unknown-unknown

- name: Build dist
run: cd filegram-web && ../trunk build

Expand Down

0 comments on commit bbf4009

Please sign in to comment.