From 87dfaf307422fc75e5f797e7901177801f6396d9 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 18 Sep 2015 21:31:00 -0500 Subject: [PATCH] Fix variable name --- tools/deploy_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_docs.sh b/tools/deploy_docs.sh index 127a3831..f39cc023 100644 --- a/tools/deploy_docs.sh +++ b/tools/deploy_docs.sh @@ -18,7 +18,7 @@ then git add dev git commit -m "Deployed to GitHub Pages" - git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1 + git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1 ) else echo "-- will only push docs from master --"