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 5161836 commit 90fdd21Copy full SHA for 90fdd21
.github/workflows/ClearPreview.yml
@@ -19,8 +19,7 @@ jobs:
19
git config user.email "[email protected]"
20
git rm -rf "previews/PR$PRNUM"
21
git commit -m "delete preview"
22
- git branch gh-pages-new $(echo "delete history" | git commit-tree HEAD^{tree})
23
- git push --force origin gh-pages-new:gh-pages
+ git push origin gh-pages:gh-pages
24
fi
25
env:
26
PRNUM: ${{ github.event.number }}
0 commit comments