From 59e929fce62b01a00e7a7fac0b92312fdeb3c7be Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 4 Mar 2025 09:45:05 +0000 Subject: [PATCH] add family data file --- .github/workflows/report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index ece97635ce..8f7f724e04 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -31,6 +31,7 @@ jobs: mkdir out gftools push-stats . out/index.html cp .ci/tags.html out/tags.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' }} -- 2.47.2