Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #498 from 14gracel/master
Browse files Browse the repository at this point in the history
Fixed docs build process
  • Loading branch information
Simon Stone authored Mar 16, 2017
2 parents 415fc2b + 87cf303 commit 69f98ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ fi
# are we building the docs?
if [ "${DOCS}" != "" ]; then
if [ -z "${TRAVIS_TAG}" ]; then
DOCS="full"
else
DOCS="unstable"
else
DOCS="full"
fi
./.travis/deploy_docs.sh
exit 0
Expand Down

0 comments on commit 69f98ca

Please sign in to comment.