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