There was an error while loading. Please reload this page.
1 parent ad0ef27 commit 26a22dfCopy full SHA for 26a22df
1 file changed
.github/workflows/build.yml
@@ -6,9 +6,17 @@ jobs:
6
steps:
7
- name: Set up Git repository
8
uses: actions/checkout@v4
9
+ - name: Install Mulish font
10
+ run: |
11
+ mkdir -p ~/.local/share/fonts
12
+ curl -L -o /tmp/mulish.zip https://github.com/google/fonts/raw/main/ofl/mulish/Mulish%5Bwght%5D.ttf
13
+ cp /tmp/mulish.zip ~/.local/share/fonts/Mulish.ttf
14
+ fc-cache -fv
15
- name: Compile slide
16
uses: xu-cheng/latex-action@v2
17
with:
18
+ extra_fonts: |
19
+ ./path/to/custom.ttf
20
root_file: slides.tex
21
latexmk_use_lualatex: true
22
- name: Upload slides PDF file
0 commit comments