Skip to content

Commit cb964f8

Browse files
authored
Update deploy.yml
1 parent ef0817d commit cb964f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

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

30+
- name: Clean build environment
31+
run: ./gradlew clean
32+
3033
- name: Build WasmJS App
3134
run: ./gradlew :composeApp:wasmJsBrowserDistribution
3235

0 commit comments

Comments
 (0)