From: Simon Cozens Date: Thu, 25 Sep 2025 09:14:17 +0000 (+0100) Subject: Actually do something with compacted database X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91a39fcd3471fe6d60b1f66b4ddef348a930e7b;p=thirdparty%2Fgoogle%2Ffonts.git Actually do something with compacted database --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 23799cc79..e410946c3 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -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: |