Skip to content

Commit

Permalink
debug puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 8, 2024
1 parent 68130c5 commit 0effc4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: pnpx puppeteer browsers install chrome
- name: Inspect puppeteer cache
run: tree -L 3 ~/.cache/puppeteer
- name: Run puppeteer install script
run: node node_modules/.pnpm/puppeteer\@22.8.0_typescript\@4.9.5/node_modules/puppeteer/install.mjs
- name: Inspect puppeteer cache
run: tree -L 3 ~/.cache/puppeteer
- name: Regenerate screenshots
working-directory: www
run: node screenshots.js -h localhost:8080 -l 120000
Expand Down

0 comments on commit 0effc4f

Please sign in to comment.