From: Marc Foley Date: Wed, 7 May 2025 10:51:26 +0000 (+0100) Subject: report.yaml: gen meta report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c41eea7e9d1f730be44ce0f030d6a36d776a614;p=thirdparty%2Fgoogle%2Ffonts.git report.yaml: gen meta report --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 8f1db2a27..1a2ece2a2 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -4,9 +4,9 @@ name: Google Fonts Report on: schedule: # Every Monday at 12am - - cron: '0 0 * * 1' + #- cron: '0 0 * * 1' # for testing every 5th minute e.g 1:05, 1:10, 1:15... - #- cron: '1/5 * * * *' + - cron: '1/5 * * * *' jobs: @@ -30,6 +30,7 @@ jobs: run: | mkdir out gftools push-stats . out/index.html + gftools compare-meta --meta -o out/meta.html cp .ci/tags.html out/tags.html cp .ci/vf-tag-demo2.html out/vf-tag-demo2.html curl https://fonts.google.com/metadata/fonts > out/family_data.json