We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b7faa commit f105422Copy full SHA for f105422
1 file changed
.github/workflows/deploy.yml
@@ -23,10 +23,15 @@ jobs:
23
uses: actions/checkout@v3
24
with:
25
persist-credentials: false
26
+ - uses: awalsh128/cache-apt-pkgs-action@v1
27
+ with:
28
+ packages: calibre
29
- name: Install and Build
30
run: |
31
npm install
32
npx honkit build
33
+ npx honkit epub
34
+ mv book_*.epub _book/
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v1
37
0 commit comments