Skip to content

Commit 9497a07

Browse files
committed
clean when closing pr
1 parent 3dfa2b7 commit 9497a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-up-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
branch: gh-pages # The branch the action should deploy to.
1919
folder: "${{ env.empty_dir }}" # The folder the action should deploy.
2020
target-folder: "pr-preview/pr-${{ github.event.pull_request.number }}/"
21-
clean: false
21+
clean: true
2222
single-commit: true

0 commit comments

Comments
 (0)