Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kipoi/kipoi-interpret
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Oct 6, 2018
2 parents 0f33f8b + 7f01717 commit 5f0398a
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 5f0398a

Please sign in to comment.