diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 9f858305d2..decfe2e4e4 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -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