Skip to content

Commit

Permalink
Use uharfbuzz for optimal packing
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2024
1 parent 93387a2 commit 805c07d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/megamerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '12 1 * * *'

jobs:
rebuild:
megamerge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -14,11 +14,14 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.11"
# We need harfbuzz for optimal packing!
- name: Install harfbuzz
uses: notofonts/install-harfbuzz-action@main
- name: Install dependencies
run: pip install fontTools
- name: Build
run: pip install fontTools gftools uharfbuzz
- name: Merge the fonts
run: cd megamerge; python3 megamerge.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit downloaded fonts and data
name: Commit

0 comments on commit 805c07d

Please sign in to comment.