mirror of https://github.com/MISP/misp-book
fix: [pdf] PDF conversion works with Ubuntu 22.04
parent
a398de5483
commit
9c5c333aaf
|
@ -4,7 +4,7 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
steps:
|
steps:
|
||||||
|
@ -63,4 +63,6 @@ jobs:
|
||||||
- name: Run honkit mobi
|
- name: Run honkit mobi
|
||||||
run: |
|
run: |
|
||||||
npx honkit mobi
|
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
|
||||||
|
|
Loading…
Reference in New Issue