]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Dashboard builds don’t use gh-pages branch any more, are deployed directly 9619/head
authorSimon Cozens <simon@simon-cozens.org>
Fri, 27 Jun 2025 07:30:09 +0000 (08:30 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Fri, 27 Jun 2025 07:30:09 +0000 (08:30 +0100)
.github/workflows/fontspectorall.yaml

index 47e13ddb87a9170859e51627003747f56d8a3bd6..4ed911cbe5262dac118c964fcc412d294eeb99e2 100644 (file)
@@ -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: