Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
CI: fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Oct 2, 2017
1 parent d751459 commit 72ab984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
command: |
cd docs/_build/html
git add --all
if ! [ git diff --cached --quiet --exit-code ] ; then
if ! git diff --cached --quiet --exit-code ; then
git commit -m "update site"
git push origin gh-pages
fi
Expand Down

0 comments on commit 72ab984

Please sign in to comment.