Skip to content

Commit d5b5d99

Browse files
remove existing diff folder in deploy preview
1 parent b0d2777 commit d5b5d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_pr_preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
rustup update
6868
pip install --upgrade pip
6969
pip install website_diff
70+
rm -rf diff${{ github.event.number }}
7071
website_diff --old dev --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
7172
7273
- name: GitHub Pages action to push diff

0 commit comments

Comments
 (0)