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