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

Don’t build dashboard here

This commit is contained in:
Simon Cozens
2025-06-25 10:20:02 +01:00
parent 2fe2e7a29b
commit 050825c8c2

View File

@@ -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