Thanks to visit codestin.com Credit goes to github.com
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 056e008 commit fa1f79aCopy full SHA for fa1f79a
.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