Skip to content

Commit 57c98d7

Browse files
authored
Merge pull request #226 from novalagung/refactor/structure
fix: change cp to mv
2 parents 1eee671 + d43a679 commit 57c98d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
mv content/* .
2424
mv etc/* .
2525
npm install -g gitbook-cli
26-
cp ./book.json ./book.json.template
26+
mv ./book.json ./book.json.template
2727
gitbook install
2828
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
2929
cd ${{ github.workspace }}
30-
cp ./book.json.template ./book.json
30+
mv ./book.json.template ./book.json
3131
gitbook install
3232
go run fix-webbook.go -type=pre
3333
gitbook build

0 commit comments

Comments
 (0)