From: Marc Foley Date: Tue, 4 Mar 2025 09:45:05 +0000 (+0000) Subject: add family data file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5766393367f376f6661d2e12452354b1386bccfb;p=thirdparty%2Fgoogle%2Ffonts.git add family data file --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index d4d0900253..8f1db2a27d 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -32,6 +32,7 @@ jobs: gftools push-stats . out/index.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 - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }}