We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b604c commit 3c7deb5Copy full SHA for 3c7deb5
.github/workflows/main.yaml
@@ -41,7 +41,12 @@ jobs:
41
texlive-xetex
42
- name: Build artifacts
43
run: |
44
+ # adjust the ImageMagick policies to convert PDF to PNG
45
+ # remove all policies restricting Ghostscript ability to process files
46
+ # https://stackoverflow.com/q/52998331
47
+ # https://stackoverflow.com/a/59193253
48
sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
49
+ #
50
make -C fonts/
51
cp -r fonts/ /usr/share/fonts/
52
fc-cache
0 commit comments