Skip to content

Commit

Permalink
installs latest calibre to fix error on generating pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny4381 committed Sep 4, 2021
1 parent 2a34a61 commit 4ce562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '12.18.2'
- run: sudo apt update
- run: sudo apt install calibre-bin
- run: sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
- run: sudo npm install -g gitbook-cli
- run: gitbook install
- run: mkdir output
Expand Down

0 comments on commit 4ce562f

Please sign in to comment.