Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Sep 5, 2024
1 parent 5a7bf97 commit 7f2526b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
# tectonic hm.tex
# mv hm.pdf assets/hm-od.pd

- name: compile.sh again
- name: compile the notes again
uses: dante-ev/latex-action@latest
with:
root_file: hm.tex
compiler: lualatex
args: -interaction=nonstopmode -shell-escape
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex

- name: rename od
run: mv hm.pdf assets/hm-od.pdf
Expand Down

0 comments on commit 7f2526b

Please sign in to comment.