We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5c73 commit 4eeebfbCopy full SHA for 4eeebfb
gitbook.sh
@@ -1,10 +1 @@
1
-gitbook build;
2
-git add .;
3
-git commit -m $1;
4
-git push;
5
-git checkout gh-pages;
6
-cp -r _book/* .;
7
8
9
10
-git checkout master;
+gitbook build && git add .&& git commit -m $1&& git push && git checkout gh-pages && cp -r _book/* .&& git add .&& git commit -m $1 && git push && git checkout master
0 commit comments