Change github action to travis
diff --git a/script/cibuild b/script/cibuild
index ffb2078..386a63c 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -20,4 +20,6 @@
 git add -A
 git status
 git commit -m "Lastest site built on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to github"
+git remote set-url origin https://${USER}:${TOKEN}@github.com/${TRAVIS_REPO_SLUG}
+
 git push origin ${BRANCH_PAGE}:${BRANCH_PAGE}