From 24d7f497573546fa677b164b568df77861a1f052 Mon Sep 17 00:00:00 2001 From: Yifan Gao Date: Mon, 5 Jun 2017 01:04:39 +0800 Subject: [PATCH] push to gh-pages branch as well --- upload.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/upload.sh b/upload.sh index 3ac23139..513e2198 100755 --- a/upload.sh +++ b/upload.sh @@ -8,4 +8,5 @@ git config user.email $GIT_USER_EMAIL git add . git commit -m "update $(date +%Y-%m-%d)" git push -q "https://${GH_TOKEN}@${GH_REF}" ip-lists:ip-lists +git push -q "https://${GH_TOKEN}@${GH_REF}" ip-lists:gh-pages