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

Commit

Permalink
Added if pull request exit deploy (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrobinson361 authored and mammykins committed Mar 4, 2018
1 parent 2b6a8c9 commit da70797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ git config --global user.name ${USERNAME}

[ "${TRAVIS_BRANCH}" != "master" ] && exit 0

[ "${TRAVIS_PULL_REQUEST}" != "false" ] && exit 0

# Clone the repository to the book-output directory

git clone -b gh-pages \
Expand Down

0 comments on commit da70797

Please sign in to comment.