فهرست منبع

Fix deploy docs script

Ben Firshman 11 سال پیش
والد
کامیت
7879dfd3fd
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      script/deploy-docs

+ 1 - 2
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