Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Nov 17, 2024
1 parent 118bc61 commit cc7121e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 20

- name: Install trunk
run: >
wget -qO-
Expand All @@ -37,8 +32,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- run: npm ci

- name: Build
run: trunk build --release --public-url /uttt-rs/

Expand Down

0 comments on commit cc7121e

Please sign in to comment.