From a360a18d054636e62ccd7c6560aae03b81852a9f Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Mon, 16 Nov 2015 19:51:08 -0500 Subject: [PATCH] docs: fix deploy to gh-pages --- bin/authorize-push.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/authorize-push.js b/bin/authorize-push.js index c313668..7eae151 100755 --- a/bin/authorize-push.js +++ b/bin/authorize-push.js @@ -9,6 +9,6 @@ if (!(process.env.CI && GH_TOKEN && repo)) { process.exit(1) } -exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ') -exec('git config user.email stephan@thehoodiefirm.com && ') +exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@')) +exec('git config user.email stephan@thehoodiefirm.com') exec('git config user.name "Hoodie Bot"')