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

Commit 69f98ca

Browse files
author
Simon Stone
authored
Merge pull request #498 from 14gracel/master
Fixed docs build process
2 parents 415fc2b + 87cf303 commit 69f98ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ fi
3737
# are we building the docs?
3838
if [ "${DOCS}" != "" ]; then
3939
if [ -z "${TRAVIS_TAG}" ]; then
40-
DOCS="full"
41-
else
4240
DOCS="unstable"
41+
else
42+
DOCS="full"
4343
fi
4444
./.travis/deploy_docs.sh
4545
exit 0

0 commit comments

Comments
 (0)