workflow testing
Some checks failed
Build LaTeX document / build_latex (push) Failing after 7s

This commit is contained in:
Jan Kowalczyk
2025-03-12 14:19:16 +01:00
parent d984fd27d9
commit 08b25879f6

View File

@@ -9,9 +9,12 @@ jobs:
- name: Compile LaTeX document - name: Compile LaTeX document
uses: xu-cheng/latex-action@v3 uses: xu-cheng/latex-action@v3
with: with:
root_file: thesis/Main.tex root_file: Main.tex
latexmk_shell_escape: true
latexmk_use_xelatex: true
working_directory: thesis
- name: Upload PDF file - name: Upload PDF file
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: PDF name: latest-thesis
path: Main.pdf path: thesis/Main.pdf