From: Marc Foley Date: Wed, 14 Aug 2024 13:14:59 +0000 (+0100) Subject: tags.html: add basic tag editor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8027%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git tags.html: add basic tag editor --- diff --git a/.ci/tags.html b/.ci/tags.html new file mode 100644 index 0000000000..424f0236f1 --- /dev/null +++ b/.ci/tags.html @@ -0,0 +1,205 @@ + + + + +
+ + + +

Google Fonts Tagger

+

When you're done editing, please save the csv and open a pull request in the Google Fonts repo that replaces the families.csv file.

+ + +
+
+ + +
+ +
+
+ + + + +
+
+
+ +
+
Edited
+
+ +
+ +
+ {{ family.Family }} +
+
+ + +
+
+ The quick brown fox jumps over the lazy dog +
+
+ +
+ + + + + + diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 084290e597..3b089dc06f 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -28,6 +28,7 @@ jobs: run: | mkdir out gftools push-stats . out/index.html + cp .ci/tags.html out/tags.html - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }}