]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Actually do something with compacted database
authorSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:14:17 +0000 (10:14 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:15:26 +0000 (10:15 +0100)
.github/workflows/report.yaml

index 23799cc79121a4408fc072f3d63d7005bc26e2d2..e410946c340a0e27e1f1320661259446960eb0f6 100644 (file)
@@ -44,7 +44,7 @@ jobs:
           CORVEL_KNOWNHOSTS: ${{secrets.CORVEL_KNOWNHOSTS}}
       - name: Compact fontspector database
         run: |
-          /home/runner/.duckdb/cli/latest/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql
+          /home/runner/.duckdb/cli/latest/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql && mv .ci/dashboard/fontspector-new.db .ci/dashboard/fontspector.db
       - name: Grab data files from last run
         working-directory: .ci/dashboard/src/data/
         run: |