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 b3ebda2 commit b38bb88Copy full SHA for b38bb88
.gitignore
@@ -17,6 +17,7 @@
17
coverage.txt
18
node_modules/
19
/gitbook
20
+/public
21
.env.yml
22
/python
23
go.sum
generate.sh
@@ -1,11 +1,11 @@
1
#!/usr/bin/env bash#!/usr/bin/env bash
2
3
# Git
4
-git checkout master
5
-git reset --hard
6
-git fetch --all
7
-git reset --hard origin/master
8
-git pull
+#git checkout master
+#git reset --hard
+#git fetch --all
+#git reset --hard origin/master
+#git pull
9
10
# GitBook
11
#npm install gitbook-cli -g
@@ -25,7 +25,7 @@ rm -rf gitbook
25
mkdir public
26
mkdir gitbook
27
28
-#cp -rfv src/* gitbook
+cp -rfv src/* gitbook
29
cp README.md gitbook
30
cp SUMMARY.md gitbook
31
cp SUMMARY-LIST.md gitbook
0 commit comments