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 f2ffbc5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 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,11 +16,28 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: xu-cheng/latex-action@v3
- name: Install Biber
run : |
sudo apt install biber
- name: First Build
uses: xu-cheng/latex-action@v3
with:
working_directory: 2024_04_Gerd_Fornahl_Gedenkturnier_8
root_file: 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex

- name: Run Biber
run: |
cd 2024_04_Gerd_Fornahl_Gedenkturnier_8
biber 2024_04_Gerd_Fornahl_Gedenkturnier_8
cd ..
- name: Second Build
uses: xu-cheng/latex-action@v3
with:
working_directory: 2024_04_Gerd_Fornahl_Gedenkturnier_8
root_file: 2024_04_Gerd_Fornahl_Gedenkturnier_8.tex

- name: Build PDFs
run: |
cp 2024_04_Gerd_Fornahl_Gedenkturnier_8/2024_04_Gerd_Fornahl_Gedenkturnier_8.pdf ISV_2024_04_Gerd_Fornahl_Gedenkturnier_8.pdf
Expand Down

0 comments on commit f2ffbc5

Please sign in to comment.