Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoFantinato authored Apr 7, 2024
1 parent f2a5ef4 commit f4b4146
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.2

- name: Compile tex file into pdf
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
latexmk_use_xelatex: true
latexmk_shell_escape: true
continue_on_error: true
extra_fonts: |
./fonts/EB_Garamond/*.otf
./fonts/Lato/*.ttf
Expand Down

0 comments on commit f4b4146

Please sign in to comment.