Skip to content

Commit

Permalink
ci: Add FontProof step to build waterfalls
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 5, 2020
1 parent 1dfe344 commit bccc21c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
with:
name: ${{ steps.fontship.outputs.DISTDIR }}
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
- name: FontProof
id: fontproof
uses: docker://siletypesetter/fontproof:latest
with:
args: proofs/waterfalls.sil
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: waterfalls
path: proofs/waterfalls.pdf
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bccc21c

Please sign in to comment.