From 59da1259a2f564690dc82199922576a67caa9092 Mon Sep 17 00:00:00 2001 From: Nicolas Hiot Date: Mon, 24 Jun 2024 14:46:33 +0200 Subject: [PATCH] Fix GitHub build --- .github/workflows/latex.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 42869de..8d67a68 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -11,8 +11,9 @@ jobs: - name: Set up Git repository uses: actions/checkout@v3 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: + work_in_root_file_dir: true root_file: | main.tex slides/thesis-slides.tex