Skip to content

Commit

Permalink
Update deploy_docs.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Aug 24, 2018
1 parent b88e86f commit 7f01717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/deploy_docs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ cp -r ${DOCHTML} $STAGING/${TARGET_FOLDER}
cd $STAGING

# committing with no changes results in exit 1, so check for that case first.
if git diff --quiet; then
echo "No changes to push -- exiting cleanly"
exit 0
fi
# if git diff --quiet; then
# echo "No changes to push -- exiting cleanly"
# exit 0
# fi

# Ignore branch
# if [[ $CIRCLE_BRANCH != master ]]; then
Expand Down

0 comments on commit 7f01717

Please sign in to comment.