From f4031b61d30b43b3022befcd06fa6adde8ac1a8a Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Thu, 7 Sep 2023 15:45:36 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20Pr=C3=A4sentation=20GJ=20aus=20CI=20entfe?= =?UTF-8?q?rnt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/build-praesentation_at_gj.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/build-praesentation_at_gj.yaml diff --git a/.github/workflows/build-praesentation_at_gj.yaml b/.github/workflows/build-praesentation_at_gj.yaml deleted file mode 100644 index 6ec48e0..0000000 --- a/.github/workflows/build-praesentation_at_gj.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build Praesentation_AT_GJ.tex -on: [push] -jobs: - build_Praesentation_AT_GJ: - runs-on: ubuntu-latest - steps: - - name: Set up Git repository - uses: actions/checkout@v3 - - name: Compile Praesentation_AT_GJ.tex - uses: xu-cheng/latex-action@v2 - with: - root_file: Praesentation_AT_GJ.tex - latexmk_use_lualatex: true - - name: Upload PDF file - uses: actions/upload-artifact@v3 - with: - name: Praesentation_AT_GJ.pdf - path: Praesentation_AT_GJ.pdf