From 495b6750058fe1220cac0fcff3f5dfa28c15892b Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Mon, 21 Aug 2023 15:59:15 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20CI=20f=C3=BCr=20Pr=C3=A4sentation=20AT=20?= =?UTF-8?q?GJ=20hinzugef=C3=BCgt?= 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 insertions(+) create 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 new file mode 100644 index 0000000..d3ad999 --- /dev/null +++ b/.github/workflows/build-praesentation_at_gj.yaml @@ -0,0 +1,18 @@ +name: Build Praesentation_AT_JG.tex +on: [push] +jobs: + build_Praesentation_AT_JG: + runs-on: ubuntu-latest + steps: + - name: Set up Git repository + uses: actions/checkout@v3 + - name: Compile Praesentation_AT_JG.tex + uses: xu-cheng/latex-action@v2 + with: + root_file: Praesentation_AT_JG.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