Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FontProof generated proof sheets and samples #401

Merged
merged 11 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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