Add working directory and LaTeX compilation check to workflow
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 11s

This commit is contained in:
2025-02-09 22:14:32 +01:00
parent 2adb70e448
commit 06144187ac

View File

@@ -18,6 +18,11 @@ jobs:
with:
root_file: Tesi.tex
docker_image: ghcr.io/xu-cheng/texlive-full:20250101
working_directory: /
- name: Check LaTeX compilation
run: |
file Tesi.pdf | grep -q ' PDF '
- name: Upload PDF file
if: github.ref == 'refs/heads/main'