From 1ec6c44e0c2c11c1d6fae9159ba619b0def81fc5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 04:44:53 +0530 Subject: [PATCH] Update push.sh --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index a4e1a256a..4caa479f5 100644 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -12,7 +12,7 @@ commit_website_files() { } upload_files() { - git remote add origin-pages https://${GH_KEY}@github.com/kriadmin/30-seconds-of-python-code.git > /dev/null 2>&1 + git remote add origin-pages https://${GH_KEY}@github.com/kriadmin/30-seconds-of-python-code.git git push --quiet --set-upstream origin-pages gh-pages }