Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Update 2024_04_Gerd_Fornahl_Gedenkturnier_8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp committed Apr 16, 2024
1 parent 37973f6 commit 65f402b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/2024_04_Gerd_Fornahl_Gedenkturnier_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
root_file: 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex
compiler: pdflatex
args: "--synctex=1 --interaction=nonstopmode --shell-escape"
extra_system_packages: biber
post_compile: "biber 2024_04_Gerd_Fornahl_Gedenkturnier_8"


extra_system_packages: "biber"
post_compile: |
pdflatex 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex
biber 2024_04_Gerd_Fornahl_Gedenkturnier_8
pdflatex 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex
- name: Build PDFs
run: |
Expand Down

0 comments on commit 65f402b

Please sign in to comment.