We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce8f4e commit 95a8969Copy full SHA for 95a8969
.github/workflows/make-report.yml
@@ -18,6 +18,11 @@ jobs:
18
- name: Build the LaTeX document
19
uses: xu-cheng/latex-action@v2
20
with:
21
+ pre_compile: |
22
+ wget -q -O cascadia.zip "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip"
23
+ unzip -q cascadia.zip -d cascadia
24
+ cp -r cascadia/otf/static/*.otf /usr/share/fonts
25
+ fc-cache
26
latexmk_use_xelatex: true
27
latexmk_shell_escape: true
28
args: "-pdf -file-line-error -halt-on-error -interaction=nonstopmode -8bit"
@@ -52,5 +57,5 @@ jobs:
52
57
53
58
upload_url: ${{ steps.create_release.outputs.upload_url }}
54
59
asset_path: ./report/report.pdf
55
- asset_name: report.ppdf
60
+ asset_name: report.pdf
56
61
asset_content_type: application/pdf
0 commit comments