Skip to content

Commit

Permalink
woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Apr 2, 2024
1 parent 83ad5af commit 50a19ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: pub
on:
push:
tags: ['*']
tags: ["*"]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand All @@ -19,7 +19,7 @@ jobs:
distribution: temurin
java-version: 21
- name: deps
run: sudo apt install fuse bdfresize xfonts-utils
run: sudo apt install fuse bdfresize xfonts-utils woff2
- name: build
env:
REF: ${{ github.ref_name }}
Expand Down
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ if command -v bdfresize &>/dev/null; then
done
fi

if command -v bdfresize &>/dev/null; then
woff2 out/kirsch.ttf
fi

rm -f out/*-*.bdf

zip -r "out/kirsch_$v.zip" out/*

0 comments on commit 50a19ec

Please sign in to comment.