Browse Source

Gitbook Auto Published

willin 7 years ago
parent
commit
d46abf1ae0
1 changed files with 2 additions and 8 deletions
  1. 2 8
      cmd

+ 2 - 8
cmd

@@ -4,17 +4,11 @@ git add .
 git commit -m 'Gitbook Auto Published'
 git push origin master
 
-rm -rf _book
+# rm -rf _book
 node_modules/.bin/gitbook build
 cd _book
-git init
+# git init
 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