Skip to content

Commit e43c5ce

Browse files
authored
Merge pull request #653 from sunny4381/calibre
Fix pdf build issue
2 parents 120b111 + d0904a2 commit e43c5ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
8+
branches:
9+
- master
710

811
jobs:
912
build:
@@ -16,7 +19,7 @@ jobs:
1619
with:
1720
node-version: '12.18.2'
1821
- run: sudo apt update
19-
- run: sudo apt install calibre-bin
22+
- run: sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
2023
- run: sudo npm install -g gitbook-cli
2124
- run: gitbook install
2225
- run: mkdir output

0 commit comments

Comments
 (0)