8000 update deploy bash · liaol/awesome-golang-leetcode@94c8eeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 94c8eeb

Browse files
committed
update deploy bash
1 parent bed0d2e commit 94c8eeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

generate.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ git pull
1919
#all-contributors add kylesliu code,blog,design,doc
2020
#all-contributors generate
2121

22-
rm -rf public
22+
#rm -rf public
2323
rm -rf gitbook
2424

25-
mkdir public
25+
#mkdir public
2626
mkdir gitbook
2727

2828
cp -rfv src/* gitbook
@@ -33,3 +33,4 @@ cp CONTRIBUTOR.md gitbook
3333
gitbook build --config book.json gitbook public --timing --log debug
3434
#gitbook serve --config book.json gitbook public
3535

36+
# nohup sh generate.sh >generate.log 2>&1 &

0 commit comments

Comments
 (0)
0