From 7879dfd3fd69dd5c003c49315727c1c5e2de791b Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 9 May 2014 10:59:44 +0100 Subject: [PATCH] Fix deploy docs script --- script/deploy-docs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/deploy-docs b/script/deploy-docs index f5427ea5..518815dc 100755 --- a/script/deploy-docs +++ b/script/deploy-docs @@ -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