We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8590f commit 421e054Copy full SHA for 421e054
.github/workflow-templates/example_workflow.yml
@@ -57,6 +57,7 @@ jobs:
57
rustup update
58
pip install --upgrade pip
59
pip install website_diff
60
+ rm -rf diff${{ github.event.number }}
61
website_diff --old OLD_SITE_FOLDER --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
62
63
# Push the diff version of the website to the gh-pages branch
0 commit comments