Skip to content

Commit

Permalink
last attempt for tonight
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri committed Sep 5, 2024
1 parent 7f2526b commit e53c6df
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 @@ -67,7 +67,7 @@ jobs:
- name: compile.sh
uses: dante-ev/latex-action@latest
with:
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex texlive-latex-recommended
entrypoint: ./compile.sh

- name: rename tg
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
root_file: hm.tex
compiler: lualatex
args: -interaction=nonstopmode -shell-escape
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex
extra_system_packages: fonts-opendyslexic fonts-texgyre texlive-bibtex-extra biber texlive-luatex texlive-latex-recommended

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

0 comments on commit e53c6df

Please sign in to comment.