Skip to content

Commit fa1f79a

Browse files
authored
1 parent 056e008 commit fa1f79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Run Honkit
2828
run: |
2929
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
30+
npx honkit build . public --log=debug
31+
npx honkit pdf . byte-of-python.pdf
32+
npx honkit epub . byte-of-python.epub
3333
3434
# https://github.com/crazy-max/ghaction-github-pages
3535
- name: Push to GitHub Pages

0 commit comments

Comments
 (0)