diff --git a/.github/workflows/build-fonts.yml b/.github/workflows/build-fonts.yml index 2138d3c..96d164d 100644 --- a/.github/workflows/build-fonts.yml +++ b/.github/workflows/build-fonts.yml @@ -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: