diff --git a/tools/deploy_docs.sh b/tools/deploy_docs.sh index 45e64320..c25c0c1e 100644 --- a/tools/deploy_docs.sh +++ b/tools/deploy_docs.sh @@ -17,7 +17,7 @@ then git add dev git commit -m "Deployed to GitHub Pages" - git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages + git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages ) else echo "-- will only push docs from master --"