Merge pull request #280 from SteveClement/main

pull/284/head
Steve Clement 2022-06-02 04:56:41 +09:00 committed by GitHub
commit 0a8f3f9f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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