Skip to content

Commit cc7121e

Browse files
committed
Fix deploy
1 parent 118bc61 commit cc7121e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
toolchain: stable
1717
target: wasm32-unknown-unknown
1818

19-
- name: Setup Node
20-
uses: actions/setup-node@v1
21-
with:
22-
node-version: 20
23-
2419
- name: Install trunk
2520
run: >
2621
wget -qO-
@@ -37,8 +32,6 @@ jobs:
3732
target/
3833
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3934

40-
- run: npm ci
41-
4235
- name: Build
4336
run: trunk build --release --public-url /uttt-rs/
4437

0 commit comments

Comments
 (0)