We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f60b11 commit 0967aacCopy full SHA for 0967aac
src/release-docfx-github.sh
@@ -23,5 +23,4 @@ git config --global user.email ${DOCFX_GITHUB_EMAIL}
23
git config --global user.name "ByteDecoder"
24
25
git add . -A
26
-git commit -m "Update generated documentation"
27
-git push origin gh-pages
+git diff-index --quiet HEAD || git commit -m "Update generated documentation" || git push origin gh-pages
0 commit comments