mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-21 04:07:41 +02:00
fix: run puppeteer in the GitHub Actions environment
This commit is contained in:
parent
3bb7f0b346
commit
3e3ba3ff5c
1
.github/workflows/release-pdf.yml
vendored
1
.github/workflows/release-pdf.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
- name: Run a command with nix develop
|
||||
run: |
|
||||
nix develop .#export-pdf --ignore-environment --command bash -c '
|
||||
export PUPPETEER_ARGS="--no-sandbox --disable-setuid-sandbox"
|
||||
pnpm install
|
||||
pnpm export-pdf
|
||||
'
|
||||
|
Loading…
x
Reference in New Issue
Block a user