Commit ae244c8
fix(ci): pass --no-sandbox to mr-pdf puppeteer to fix GitHub Actions
Chrome launched by mr-pdf's bundled Puppeteer fails in GitHub Actions
because the environment blocks sandbox mode. Adding --no-sandbox and
--disable-setuid-sandbox via --puppeteerArgs resolves the FATAL error
from zygote_host_impl_linux.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6f9c251 commit ae244c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments