fix: Tippfehler im Namen der Präsentationsdatei behoben
This commit is contained in:
parent
8a0a68bf94
commit
90b34f0aa6
2 changed files with 6 additions and 6 deletions
12
.github/workflows/build-praesentation_at_gj.yaml
vendored
12
.github/workflows/build-praesentation_at_gj.yaml
vendored
|
@ -1,18 +1,18 @@
|
|||
name: Build Praesentation_AT_JG.tex
|
||||
name: Build Praesentation_AT_GJ.tex
|
||||
on: [push]
|
||||
jobs:
|
||||
build_Praesentation_AT_JG:
|
||||
build_Praesentation_AT_GJ:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Compile Praesentation_AT_JG.tex
|
||||
- name: Compile Praesentation_AT_GJ.tex
|
||||
uses: xu-cheng/latex-action@v2
|
||||
with:
|
||||
root_file: Praesentation_AT_JG.tex
|
||||
root_file: Praesentation_AT_GJ.tex
|
||||
latexmk_use_lualatex: true
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Praesentation_AT_JG.pdf
|
||||
path: Praesentation_AT_JG.pdf
|
||||
name: Praesentation_AT_GJ.pdf
|
||||
path: Praesentation_AT_GJ.pdf
|
||||
|
|
Loading…
Reference in a new issue