Skip to content

Commit

Permalink
fix: change cp to mv
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Jun 8, 2023
1 parent d9b2352 commit d43a679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
mv content/* .
mv etc/* .
npm install -g gitbook-cli
cp ./book.json ./book.json.template
mv ./book.json ./book.json.template
gitbook install
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
cd ${{ github.workspace }}
cp ./book.json.template ./book.json
mv ./book.json.template ./book.json
gitbook install
go run fix-webbook.go -type=pre
gitbook build
Expand Down

0 comments on commit d43a679

Please sign in to comment.