Generate variable webfonts

This commit is contained in:
Naiyer Asif 2022-03-26 13:09:25 +05:30 committed by GitHub
parent bb8a9cd188
commit bbac791149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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