Shortened instance names; added ital insular l; minor (mostly automat… #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FontProof | |
on: [ push, pull_request ] | |
jobs: | |
fontproof: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: FontProof (demo) | |
uses: sile-typesetter/fontproof@v2 | |
with: | |
args: docs/ProofsDemo.sil -o docs/ProofsDemo.pdf | |
- name: FontProof (default full template) | |
uses: sile-typesetter/fontproof@v2 | |
with: | |
args: --filename=fonts/otf/JunicodeTwoBeta-Regular.otf -t full -o docs/FontProofFull.pdf | |
- name: Upload a proof sheet artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: FontProof | |
path: | | |
docs/ProofsDemo.pdf | |
docs/FontProofFull.pdf |