Skip to content

Commit 030f1b3

Browse files
committed
Don't clean when deploying preview
1 parent 1ab7a14 commit 030f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
folder: build
3636
target-folder: ${{ github.ref_name }}
37-
clean: true
37+
clean: false
3838
git-config-name: github-actions[bot]
3939
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
4040
- name: Debug index.html if pull request

0 commit comments

Comments
 (0)