Skip to content

Commit

Permalink
ci: actually parse gfm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Mar 13, 2024
1 parent e73552d commit 4ab3a41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: npx fontsource fetch $GOOGLE_API_KEY
run: npx gfm generate $GOOGLE_API_KEY
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

- name: Parse API
run: npx gfm parse

- name: Build fonts # Build all updated Google Fonts in repository
run: npx fontsource build

Expand Down

0 comments on commit 4ab3a41

Please sign in to comment.