Skip to content

Commit

Permalink
fix: empty content
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Nov 14, 2024
1 parent cbb609d commit a303768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
run: |
rm -f README.md
mv content/* .
mv book.json book.json.tmp
mv book.json etc/book.json
mv etc/main.go .
npm install -g gitbook-cli
gitbook install
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
cd ${{ github.workspace }}
mv book.json.tmp book.json
mv etc/book.json book.json
gitbook install
go run main.go -mode=webbook -adjustment=pre
gitbook build
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
rm -f README.md
mv content/* .
rm -rf book.json
rm -f book.json
mv etc/main.go .
go run main.go -mode=ebook -adjustment=pre
gitbook install
Expand Down

0 comments on commit a303768

Please sign in to comment.