Skip to content

Merge pull request #107 from pelson/feature/gh-docs #141

Merge pull request #107 from pelson/feature/gh-docs

Merge pull request #107 from pelson/feature/gh-docs #141

Workflow file for this run

name: Build font
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-font
with:
version: 0.0-dev
push-image: ${{ github.event_name == 'push' }}