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

Skip to content

Commit b38bb88

Browse files
committed
update test bash
1 parent b3ebda2 commit b38bb88

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
coverage.txt
1818
node_modules/
1919
/gitbook
20+
/public
2021
.env.yml
2122
/python
2223
go.sum

generate.sh

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

33
# Git
4-
git checkout master
5-
git reset --hard
6-
git fetch --all
7-
git reset --hard origin/master
8-
git pull
4+
#git checkout master
5+
#git reset --hard
6+
#git fetch --all
7+
#git reset --hard origin/master
8+
#git pull
99

1010
# GitBook
1111
#npm install gitbook-cli -g
@@ -25,7 +25,7 @@ rm -rf gitbook
2525
mkdir public
2626
mkdir gitbook
2727

28-
#cp -rfv src/* gitbook
28+
cp -rfv src/* gitbook
2929
cp README.md gitbook
3030
cp SUMMARY.md gitbook
3131
cp SUMMARY-LIST.md gitbook

0 commit comments

Comments
 (0)
0