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