From 9c5c333aafeff3e7562390e0cd0614e209cf7246 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 2 Jun 2022 14:28:08 +0200 Subject: [PATCH] fix: [pdf] PDF conversion works with Ubuntu 22.04 --- .github/workflows/honkit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index d556c64..b33c9c3 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: max-parallel: 4 steps: @@ -63,4 +63,6 @@ jobs: - name: Run honkit mobi run: | npx honkit mobi - # npx honkit pdf SKIPPED as of 20220601 it fails but generic/epub/mobi passes + - name: Run honkit pdf + run: | + npx honkit pdf