Fix deploy docs script

This commit is contained in:
Ben Firshman 2014-05-09 10:59:44 +01:00
parent cd1c8b2f09
commit 7879dfd3fd
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ git reset --soft origin/gh-pages
echo ".git-gh-pages" > .gitignore
git add -u
git add .
git add -A .
git commit -m "update" || echo "didn't commit"
git push origin master:gh-pages