Skip to content

Commit 24e81da

Browse files
fix: clean deploy before building
1 parent 5cce3f4 commit 24e81da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20+
- name: Remove existing LiaScript directory
21+
run: rm -rf LiaScript
22+
2023
- name: Download LiaScript test branch
2124
run: git clone --branch test https://github.com/LiaScript/LiaScript.git
2225

0 commit comments

Comments
 (0)