diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index ab574a3..d556c64 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -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