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 395708b commit f6cf6acCopy full SHA for f6cf6ac
.github/workflows/delete_pr_built_doc.yml
@@ -34,7 +34,7 @@ jobs:
34
git config --local user.name "Autobuild bot on GitHub Actions"
35
git config --local user.email "githubaction-build-bot@example.com"
36
git add .
37
- if [ $(git status -s | wc -l) -eq 0 ]; then echo "nothing to commit"; exit 0; fi
+ # if [ $(git status -s | wc -l) -eq 0 ]; then echo "nothing to commit"; exit 0; fi
38
git commit -m "Delete docs, branch: ${GITHUB_BASE_REF} pr_num: ${PR_NUM}"
39
git push --quiet "https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" gh-pages:gh-pages
40
0 commit comments