Skip to content

Commit 769aa9c

Browse files
Attempt to fix deploy
1 parent cddedd5 commit 769aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -o errexit
44

55
# 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
6+
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then
77
echo -e "Skipping doc deploy; just doing a build.\n"
88
exit 0
99
fi

0 commit comments

Comments
 (0)