We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6066ea2 commit 7027263Copy full SHA for 7027263
doc/deploy.sh
@@ -15,6 +15,6 @@ mkdir -p gh-pages/doc
15
cp -R doc/build/* gh-pages/doc/
16
cd gh-pages
17
git add *
18
-git diff --quiet && echo "$0: No changes to commit." && exit 0
+git diff --staged --quiet && echo "$0: No changes to commit." && exit 0
19
git commit -a -m "CI: Update docs for $TRAVIS_TAG ($head)"
20
git push
0 commit comments