Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 19, 2015
1 parent e316711 commit b272785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_docs.sh
Expand Up @@ -18,7 +18,7 @@ then

git add dev
git commit -m "Deployed to GitHub Pages"
git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1
)
else
echo "-- will only push docs from master --"
Expand Down

0 comments on commit b272785

Please sign in to comment.