Commit 68b6712 1 parent b3db20b commit 68b6712 Copy full SHA for 68b6712
File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,24 @@ jobs:
28
28
path : ${{ steps.fontship.outputs.DISTDIR }}.zip
29
29
- name : FontProof
30
30
id : fontproof
31
- uses : docker://siletypesetter/ fontproof:latest
31
+ uses : sile-typesetter/ fontproof@v2
32
32
with :
33
- args : proofs /waterfalls.sil
33
+ args : documentation /waterfalls.sil
34
34
- name : Upload artifacts
35
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
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
39
49
- name : Release
40
50
if : startsWith(github.ref, 'refs/tags/v')
41
51
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments