From 064664f1cf591e7d94f6f35e234497e6c5d90b44 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 1 Jun 2022 21:55:55 +0200 Subject: [PATCH] chg: [workflow] PDF fails, removing and commenting accordingly --- .github/workflows/honkit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index d3d0262..d556c64 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -63,6 +63,4 @@ jobs: - name: Run honkit mobi run: | npx honkit mobi - - name: Run honkit build pdf - run: | - npx honkit pdf + # npx honkit pdf SKIPPED as of 20220601 it fails but generic/epub/mobi passes