From ab210a32734234fbfc27eadc056617a73d446ca5 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 27 Jun 2025 08:30:09 +0100 Subject: [PATCH] =?utf8?q?Dashboard=20builds=20don=E2=80=99t=20use=20gh-pa?= =?utf8?q?ges=20branch=20any=20more,=20are=20deployed=20directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/fontspectorall.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/fontspectorall.yaml b/.github/workflows/fontspectorall.yaml index 47e13ddb8..4ed911cbe 100644 --- a/.github/workflows/fontspectorall.yaml +++ b/.github/workflows/fontspectorall.yaml @@ -34,8 +34,6 @@ jobs: run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true - name: Stash database again run: "scp -i ../private.key fontspector.db fontspector@corvelsoftware.co.uk:" - - name: Add to branch - run: git fetch origin gh-pages; git checkout gh-pages; git rm -rf fontspector-dashboard || true; rm -rf fontspector-dashboard || true; mv fontspector-dashboard-build fontspector-dashboard - name: Upload results uses: stefanzweifel/git-auto-commit-action@v5 with: -- 2.47.2