Add working directory and LaTeX compilation check to workflow
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 11s
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 11s
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user