We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd96de6 + ab210a3 commit cdabad3Copy full SHA for cdabad3
1 file changed
.github/workflows/fontspectorall.yaml
@@ -34,8 +34,6 @@ jobs:
34
run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true
35
- name: Stash database again
36
run: "scp -i ../private.key fontspector.db fontspector@corvelsoftware.co.uk:"
37
- - name: Add to branch
38
- 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
39
- name: Upload results
40
uses: stefanzweifel/git-auto-commit-action@v5
41
with:
0 commit comments