We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddedd5 commit 769aa9cCopy full SHA for 769aa9c
.deploy.sh
@@ -3,7 +3,7 @@
3
set -o errexit
4
5
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
6
-if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
+if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then
7
echo -e "Skipping doc deploy; just doing a build.\n"
8
exit 0
9
fi
0 commit comments