Skip to content

Commit

Permalink
Merge pull request #401 from alerque/fontproof
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque authored Sep 26, 2024
2 parents f8d3386 + 0e8e364 commit 050afe2
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 1,097 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ jobs:
run: |
git fetch --prune --tags ||:
- name: Fontship make
uses: theleagueof/fontship@v0
# Work around fontship v0.10.0 an below trying to force install-dist on first pass
with:
args: make debug all
- name: FontProof
id: fontproof
uses: sile-typesetter/fontproof@v2
with:
args: documentation/waterfalls.sil -o documentation/waterfalls.pdf
- name: SILE
id: sile
uses: sile-typesetter/sile@v0
with:
args: --version; pacman --noconfirm -Sq tex-gyre-fonts; sile documentation/sample.sil
- name: Fontship package
id: fontship
uses: theleagueof/fontship@v0
with:
Expand Down
Loading

0 comments on commit 050afe2

Please sign in to comment.