Commit 06a59cf 1 parent cd3650c commit 06a59cf Copy full SHA for 06a59cf
File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 16
16
- name : Fetch tags
17
17
run : |
18
18
git fetch --prune --tags ||:
19
- - name : Setup prerequisites
20
- run : sudo apt-get -qq install fonts-texgyre
21
19
- name : Fontship make
22
20
uses : theleagueof/fontship@v0
23
21
# Work around fontship v0.10.0 an below trying to force install-dist on first pass
30
28
args : documentation/waterfalls.sil -o documentation/waterfalls.pdf
31
29
- name : SILE
32
30
id : sile
33
- run : |
34
- docker run -t -v "/usr/share/texmf/fonts/opentype/public/tex-gyre/:/fonts" ghcr.io/sile-typesetter/sile:v0 -- documentation/sample.sil
35
- # uses: sile-typesetter/sile@v0
36
- # with:
37
- # args: documentation/sample.sil
31
+ uses : sile-typesetter/sile@v0
32
+ with :
33
+ args : --version; pacman --noconfirm -Sq tex-gyre-fonts; sile documentation/sample.sil
38
34
- name : Fontship package
39
35
id : fontship
40
36
uses : theleagueof/fontship@v0
You can’t perform that action at this time.
0 commit comments