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