From a4f9d1967ab0b665b872c8cc45b250aea41bfc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Miede?= Date: Fri, 1 Oct 2021 09:20:33 +0200 Subject: [PATCH] =?UTF-8?q?GitHub=20Action=20f=C3=BCr=20build=20eingericht?= =?UTF-8?q?et?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit latex-action von Deutschsprachige Anwendervereinigung TeX e.V. --- .github/workflows/build_pdf.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build_pdf.yml diff --git a/.github/workflows/build_pdf.yml b/.github/workflows/build_pdf.yml new file mode 100644 index 0000000..a2ee244 --- /dev/null +++ b/.github/workflows/build_pdf.yml @@ -0,0 +1,17 @@ +# latex-action von Deutschsprachige Anwendervereinigung TeX e.V. +# https://github.com/dante-ev/latex-action +name: Build LaTeX document +on: + push: + schedule: + - cron: '0 0 2 * *' +jobs: + build_latex: + runs-on: ubuntu-latest + steps: + - name: Set up Git repository + uses: actions/checkout@v2 + - name: Compile LaTeX document + uses: dante-ev/latex-action@latest + with: + root_file: htwsaar-i-mst-config.tex