Skip to content

Commit f105422

Browse files
committed
build and deploy ePub e-book files
1 parent 39b7faa commit f105422

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ jobs:
2323
uses: actions/checkout@v3
2424
with:
2525
persist-credentials: false
26+
- uses: awalsh128/cache-apt-pkgs-action@v1
27+
with:
28+
packages: calibre
2629
- name: Install and Build
2730
run: |
2831
npm install
2932
npx honkit build
33+
npx honkit epub
34+
mv book_*.epub _book/
3035
- name: Upload artifact
3136
uses: actions/upload-pages-artifact@v1
3237
with:

0 commit comments

Comments
 (0)