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.
2 parents 1eee671 + d43a679 commit 57c98d7Copy full SHA for 57c98d7
.github/workflows/deploy.yml
@@ -23,11 +23,11 @@ jobs:
23
mv content/* .
24
mv etc/* .
25
npm install -g gitbook-cli
26
- cp ./book.json ./book.json.template
+ mv ./book.json ./book.json.template
27
gitbook install
28
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
29
cd ${{ github.workspace }}
30
- cp ./book.json.template ./book.json
+ mv ./book.json.template ./book.json
31
32
go run fix-webbook.go -type=pre
33
gitbook build
0 commit comments