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 c1c2678 commit 487ab4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/2024_04_Gerd_Fornahl_Gedenkturnier_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: xu-cheng/latex-action@v3
- name: Build LaTeX document with Bibliography
uses: xu-cheng/latex-action@v3
with:
working_directory: 2024_04_Gerd_Fornahl_Gedenkturnier_8
root_file: 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex
compiler: pdflatex
args: "--synctex=1 --interaction=nonstopmode --shell-escape"
extra_packages: texlive-bibtex-extra
post_compile: "biber 2024_04_Gerd_Fornahl_Gedenkturnier_8"


- name: Build PDFs
run: |
Expand Down

0 comments on commit 487ab4d

Please sign in to comment.