Add Docker image specification for LaTeX action in workflow
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 11s

This commit is contained in:
2025-02-09 18:16:45 +01:00
parent 978506f9fd
commit 740f8b52a5

View File

@@ -17,6 +17,7 @@ jobs:
uses: xu-cheng/latex-action@3.2.0 uses: xu-cheng/latex-action@3.2.0
with: with:
root_file: Tesi.tex root_file: Tesi.tex
docker_image: ghcr.io/xu-cheng/texlive-full:20250101
- name: Upload PDF file - name: Upload PDF file
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'