From 90b34f0aa6e76bd4a9b28bf671d2e0ce5f6d2ccd Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Tue, 22 Aug 2023 15:22:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Tippfehler=20im=20Namen=20der=20Pr=C3=A4?= =?UTF-8?q?sentationsdatei=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-praesentation_at_gj.yaml | 12 ++++++------ Praesentation_AT_JG.tex => Praesentation_AT_GJ.tex | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename Praesentation_AT_JG.tex => Praesentation_AT_GJ.tex (100%) diff --git a/.github/workflows/build-praesentation_at_gj.yaml b/.github/workflows/build-praesentation_at_gj.yaml index d3ad999..6ec48e0 100644 --- a/.github/workflows/build-praesentation_at_gj.yaml +++ b/.github/workflows/build-praesentation_at_gj.yaml @@ -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 diff --git a/Praesentation_AT_JG.tex b/Praesentation_AT_GJ.tex similarity index 100% rename from Praesentation_AT_JG.tex rename to Praesentation_AT_GJ.tex