|
@@ -4,12 +4,6 @@ git add .
|
|
|
git commit -m 'Gitbook Auto Published'
|
|
|
git push origin master
|
|
|
|
|
|
-cd _private
|
|
|
-git add .
|
|
|
-git commit -m 'Gitbook Auto Published'
|
|
|
-git push origin master
|
|
|
-
|
|
|
-cd ..
|
|
|
rm -rf _book
|
|
|
node_modules/.bin/gitbook build
|
|
|
cd _book
|
|
@@ -18,3 +12,9 @@ git add .
|
|
|
git commit -m "Gitbook Auto Deployed"
|
|
|
git remote add origin git@git.coding.net:willin/leader.js.cool.git
|
|
|
git push -f origin master:coding-pages
|
|
|
+
|
|
|
+cd ..
|
|
|
+cd _private
|
|
|
+git add .
|
|
|
+git commit -m 'Gitbook Auto Published'
|
|
|
+git push origin master
|