Skip to content

Commit 68b6712

Browse files
committed
ci(actions): Generate and upload sample sheet as artifact
1 parent b3db20b commit 68b6712

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/fontship.yml

+14-4
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,24 @@ jobs:
2828
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
2929
- name: FontProof
3030
id: fontproof
31-
uses: docker://siletypesetter/fontproof:latest
31+
uses: sile-typesetter/fontproof@v2
3232
with:
33-
args: proofs/waterfalls.sil
33+
args: documentation/waterfalls.sil
3434
- name: Upload artifacts
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: waterfalls
38-
path: proofs/waterfalls.pdf
38+
path: documentation/waterfalls.pdf
39+
- name: SILE
40+
id: sile
41+
uses: sile-typesetter/sile@v0
42+
with:
43+
args: documentation/sample.sil
44+
- name: Upload artifacts
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: samples
48+
path: documentation/sample.pdf
3949
- name: Release
4050
if: startsWith(github.ref, 'refs/tags/v')
4151
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)