Skip to content

Build Fonts

Build Fonts #5

Workflow file for this run

name: Build Fonts
on:
workflow_dispatch: # allow manual trigger
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: build fonts
run: ./build_fonts.sh
- name: Storing Font Binaries
uses: actions/upload-artifact@v4
with:
name: fonts and log
path: build