Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Sep 6, 2024
1 parent 33db935 commit e62166c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,13 @@ jobs:
- name: Use OpenDyslxic
run: git apply ci.patch

- name: compile.sh
- name: compile again
run: |
lualatex -interaction=nonstopmode -shell-escape hm.tex
biber hm
makeindex hm
lualatex -interaction=nonstopmode -shell-escape hm.tex
lualatex -interaction=nonstopmode -shell-escape hm.tex
# - name: compile the notes again
# uses: dante-ev/latex-action@latest
Expand Down

0 comments on commit e62166c

Please sign in to comment.