1
0
mirror of synced 2025-12-19 17:48:10 -05:00

Dashboard builds don’t use gh-pages branch any more, are deployed directly

This commit is contained in:
Simon Cozens
2025-06-27 08:30:09 +01:00
parent d4e1ea8db7
commit ab210a3273

View 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: