From 02b8dd72d341d40e69c48ed76be91d85d8e7dc34 Mon Sep 17 00:00:00 2001 From: Koen Leuveld Date: Tue, 9 Jan 2024 10:52:10 +0100 Subject: [PATCH] update pdf path --- .github/workflows/build_latex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_latex.yml b/.github/workflows/build_latex.yml index 057db27..1f521a6 100644 --- a/.github/workflows/build_latex.yml +++ b/.github/workflows/build_latex.yml @@ -17,9 +17,9 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: main.tex + root_file: congogbv.tex - name: Upload PDF file uses: actions/upload-artifact@v3 with: name: PDF - path: main.pdf \ No newline at end of file + path: congogbv.pdf \ No newline at end of file