From e57917e91f63b38646cb1c995f2d191d2bdd91ac Mon Sep 17 00:00:00 2001 From: Yifan Gao Date: Mon, 8 Feb 2021 17:39:26 +0800 Subject: [PATCH] Deprecate branch gh-pages --- upload.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/upload.sh b/upload.sh index f7a1f533..cad14824 100755 --- a/upload.sh +++ b/upload.sh @@ -9,5 +9,4 @@ 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