Skip to content

Commit 421e054

Browse files
add step to remove old diff to template
1 parent be8590f commit 421e054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflow-templates/example_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
rustup update
5858
pip install --upgrade pip
5959
pip install website_diff
60+
rm -rf diff${{ github.event.number }}
6061
website_diff --old OLD_SITE_FOLDER --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
6162
6263
# Push the diff version of the website to the gh-pages branch

0 commit comments

Comments
 (0)