mirror of https://github.com/MISP/misp-book
Merge pull request #280 from SteveClement/main
commit
0a8f3f9f77
|
@ -57,12 +57,10 @@ jobs:
|
|||
- name: Run honkit build
|
||||
run: |
|
||||
npx honkit build
|
||||
- name: Run honkit build pdf
|
||||
run: |
|
||||
npx honkit pdf
|
||||
- name: Run honkit epub pdf
|
||||
- name: Run honkit epub
|
||||
run: |
|
||||
npx honkit epub
|
||||
- name: Run honkit epub mobi
|
||||
- name: Run honkit mobi
|
||||
run: |
|
||||
npx honkit mobi
|
||||
# npx honkit pdf SKIPPED as of 20220601 it fails but generic/epub/mobi passes
|
||||
|
|
Loading…
Reference in New Issue