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 581712e commit 1f2fb1dCopy full SHA for 1f2fb1d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: xu-cheng/latex-action@v2
17
with:
18
extra_fonts: |
19
- ~/.local/share/fonts/Mulis.ttf
+ ~/.local/share/fonts/Mulish.ttf
20
root_file: slides.tex
21
latexmk_use_lualatex: true
22
- name: Upload slides PDF file
.gitignore
@@ -6,3 +6,5 @@
6
*.gz
7
*.toc
8
*.log
9
+*.aux
10
+
slides.aux
0 commit comments