Skip to content

Commit cdabad3

Browse files
authored
Merge pull request #9619 from google/remove-dashboard-build
Remove dashboard gh-pages step
2 parents dd96de6 + ab210a3 commit cdabad3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/fontspectorall.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true
3535
- name: Stash database again
3636
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
3937
- name: Upload results
4038
uses: stefanzweifel/git-auto-commit-action@v5
4139
with:

0 commit comments

Comments
 (0)