From 98684dca4d3d1443d1314539658a30e6e04becee Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Wed, 14 Aug 2024 14:14:59 +0100 Subject: [PATCH] tags.html: add basic tag editor --- .ci/tags.html | 205 ++++++++++++++++++++++++++++++++++ .github/workflows/report.yaml | 1 + 2 files changed, 206 insertions(+) create mode 100644 .ci/tags.html 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' }} -- 2.47.2