Commit c88aee6
fix: remove @antora/pdf-extension to unblock CI (#3140)
The @antora/pdf-extension requires the asciidoctor-pdf Ruby gem to
convert assembled AsciiDoc to PDF. This gem was never installed in the
che-docs container, so PDF generation silently failed. After the base
image (quay.io/podman/stable:latest) updated, the extension started
crashing with ENOENT instead of failing silently:
FATAL (antora): ENOENT: no such file or directory, open
'build/assembler-pdf/docs/next/_exports/discover.pdf'
This breaks all PR checks. Since PDFs are not served on the live site
and the extension comment confirms it was used for "monolithic AsciiDoc
files" (not actual PDFs), removing it is safe.
The @antora/assembler and @antora/pdf-extension npm packages remain in
the Containerfile for potential future use.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 093dfdd commit c88aee6
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments