Skip to content

Commit 3505c55

Browse files
committed
ci: Add FontProof step to build waterfalls
1 parent 1dfe344 commit 3505c55

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/fontship.yml

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
with:
2525
name: ${{ steps.fontship.outputs.DISTDIR }}
2626
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
27+
- name: FontProof
28+
id: fontproof
29+
uses: docker://siletypesetter/fontproof:latest
30+
with:
31+
args: proofs/waterfalls.sil
32+
- name: Upload artifacts
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: waterfalls.pdf
36+
path: proofs/waterfalls.pdf
2737
- name: Release
2838
if: startsWith(github.ref, 'refs/tags/v')
2939
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)