Skip to content

Commit f242a2e

Browse files
authored
Update deploy.yml
Remove unnecessary clean command
1 parent f661774 commit f242a2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Grant execute permission for gradlew
2828
run: chmod +x gradlew
2929

30-
- name: Clean build environment
31-
run: ./gradlew clean
32-
3330
- name: Build WasmJS App
3431
run: ./gradlew :composeApp:wasmJsBrowserDistribution
3532

0 commit comments

Comments
 (0)