We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be9a7a commit bb32f7cCopy full SHA for bb32f7c
.github/workflows/main.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Run Honkit
28
run: |
29
npm install honkit --save-dev
30
- honkit build . public --log=debug --debug
31
- honkit pdf . byte-of-python.pdf
32
- honkit epub . byte-of-python.epub
+ npx honkit build . public --log=debug
+ npx honkit pdf . byte-of-python.pdf
+ npx honkit epub . byte-of-python.epub
33
34
# https://github.com/crazy-max/ghaction-github-pages
35
- name: Push to GitHub Pages
0 commit comments