We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e7b33 commit 5d7cdd3Copy full SHA for 5d7cdd3
.github/workflows/staging.yml
@@ -33,10 +33,10 @@ jobs:
33
- name: Install Trunk
34
run: cargo install trunk
35
# if: steps.cache.outputs.cache-hit != 'true'
36
-
37
- - name: Build with Trunk
38
- run: cargo clean && trunk build --release
39
- working-directory: client
+
+ # - name: Build with Trunk
+ # run: trunk build --release
+ # working-directory: client
40
41
- name: Create SSH Key
42
run: |
0 commit comments