Skip to content

Commit

Permalink
Use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch committed Nov 7, 2020
1 parent 056e008 commit fa1f79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Run Honkit
run: |
npm install honkit --save-dev
honkit build . public --log=debug --debug
honkit pdf . byte-of-python.pdf
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
# https://github.com/crazy-max/ghaction-github-pages
- name: Push to GitHub Pages
Expand Down

0 comments on commit fa1f79a

Please sign in to comment.