From f0b14cecf392dea86b366176be5b70944e41af1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 20 Mar 2017 18:16:59 +0100 Subject: [PATCH] Fixed auto-deploy script --- travis-auto-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-auto-deploy.sh b/travis-auto-deploy.sh index 5ab873cb5..1725f3c19 100644 --- a/travis-auto-deploy.sh +++ b/travis-auto-deploy.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e set -x -if test "$(git config remote.origin.url)" != "https://github.com/jsmaniac/scribble-mathjax.git" +if test "$(git config remote.origin.url)" != "https://github.com/jsmaniac/scribble-mathjax.git"; then echo "Not on official repo, will not deploy gh-pages." elif test "$TRAVIS_PULL_REQUEST" != "false"; then echo "This is a Pull Request, will not deploy gh-pages."