Skip to content

Commit 4eeebfb

Browse files
committed
verify
1 parent 9ca5c73 commit 4eeebfb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

gitbook.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
git add .;
8-
git commit -m $1;
9-
git push;
10-
git checkout master;
1+
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

Comments
 (0)