Skip to content

Commit 5d7cdd3

Browse files
committed
update
1 parent d4e7b33 commit 5d7cdd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/staging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Install Trunk
3434
run: cargo install trunk
3535
# if: steps.cache.outputs.cache-hit != 'true'
36-
37-
- name: Build with Trunk
38-
run: cargo clean && trunk build --release
39-
working-directory: client
36+
37+
# - name: Build with Trunk
38+
# run: trunk build --release
39+
# working-directory: client
4040

4141
- name: Create SSH Key
4242
run: |

0 commit comments

Comments
 (0)