Skip to content

Commit

Permalink
Generate variable webfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif authored Mar 26, 2022
1 parent bb8a9cd commit bbac791
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
update-wheel: "true"
update-setuptools: "true"
- name: Build fonts
run: gftools builder sources/config.yaml
run: |
gftools builder sources/config.yaml
python scripts/generate-variable-webfonts.py
- name: Upload Fonts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit bbac791

Please sign in to comment.