Skip to content

Commit

Permalink
Merge pull request #645 from dhermes/fix-new-docs-on-tag
Browse files Browse the repository at this point in the history
Making sure new docs get built on tags.
  • Loading branch information
dhermes committed Feb 17, 2015
2 parents 8e68a20 + 706768b commit 9eb8cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
[[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
scripts/update_docs.sh
scripts/update_wheels_project.sh
elif [[ -n "${TRAVIS_TAG}" ]]; then
echo "Building new docs on a tag."
scripts/update_docs.sh
else
echo "Not in master on a non-pull request. Doing nothing."
fi

0 comments on commit 9eb8cd4

Please sign in to comment.