From: Simon Cozens Date: Wed, 25 Jun 2025 09:20:02 +0000 (+0100) Subject: Don’t build dashboard here X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=050825c8c20baba0ad1f6e3e9a059d74b065d43b;p=thirdparty%2Fgoogle%2Ffonts.git Don’t build dashboard here --- diff --git a/.github/workflows/fontspectorall.yaml b/.github/workflows/fontspectorall.yaml index 32debdf09..47e13ddb8 100644 --- a/.github/workflows/fontspectorall.yaml +++ b/.github/workflows/fontspectorall.yaml @@ -32,8 +32,6 @@ jobs: run: cargo install --git https://github.com/fonttools/fontspector --features duckdb - name: Test all the things run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true - - name: Build dashboard - run: cd .ci/fontspector-dashboard && npm install && npm run build - name: Stash database again run: "scp -i ../private.key fontspector.db fontspector@corvelsoftware.co.uk:" - name: Add to branch