Fix update-gh-pages

This commit is contained in:
2019-12-31 01:41:34 +01:00
parent a343d43b5c
commit 4e07fcf5b2

View File

@@ -2,7 +2,7 @@
SOURCE_BRANCH="master"
TARGET_BRANCH="gh-pages"
REPO="https://${GH_TOKEN}@github.com/hasufell/hpath"
REPO="https://${GITHUB_TOKEN}@github.com/hasufell/hpath"
if [ -z "${UPDATE_GH_PAGES}" ] ; then
exit 0