From 61862e19c04cf900c55b9b03e5da52bcbcb49753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Miede?= Date: Fri, 1 Oct 2021 10:16:34 +0200 Subject: [PATCH] Update build_pdf.yml root_file korrigiert --- .github/workflows/build_pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pdf.yml b/.github/workflows/build_pdf.yml index a2ee244..0951306 100644 --- a/.github/workflows/build_pdf.yml +++ b/.github/workflows/build_pdf.yml @@ -14,4 +14,4 @@ jobs: - name: Compile LaTeX document uses: dante-ev/latex-action@latest with: - root_file: htwsaar-i-mst-config.tex + root_file: htwsaar-i-mst-vorlage.tex