Skip to content

Commit 6e118ee

Browse files
committed
update the generate bash
1 parent 6eda158 commit 6e118ee

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

generate.sh

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
#!/usr/bin/env bash#!/usr/bin/env bash
22

3+
# Git
4+
git checkout master
5+
git reset --hard
6+
git fetch --all
7+
git reset --hard origin/master
8+
git pull
9+
310
# GitBook
4-
gitbook serve --config book.json . gitbook
5-
#gitbook build --config book.json . gitbook
11+
#gitbook serve --config book.json . gitbook
12+
gitbook build --config book.json . gitbook
613

714
# all-contributor
815

9-
npm install --save-dev all-contributors-cli
10-
npm run contributors:generate
11-
all-contributors add kylesliu code,blog,design,doc
12-
all-contributors generate
16+
#npm install --save-dev all-contributors-cli
17+
#npm run contributors:generate
18+
#all-contributors add kylesliu code,blog,design,doc
19+
#all-contributors generate

0 commit comments

Comments
 (0)