Skip to content

Commit

Permalink
ci: install puppeteer browser on run
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Jan 1, 2025
1 parent 1b2c62e commit f5d2df3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install
run: bun install

- name: Puppeteer Setup
run: bunx @puppeteer/browsers install chrome@stable

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual-run-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install
run: bun install

- name: Puppeteer Setup
run: bunx @puppeteer/browsers install chrome@stable

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install
run: bun install

- name: Puppeteer Setup
run: bunx @puppeteer/browsers install chrome@stable

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
env:
Expand Down

0 comments on commit f5d2df3

Please # to comment.