Fix working directory and artifact path in LaTeX workflow
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 29s
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 29s
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -12,13 +12,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
with:
|
||||||
|
path: /Tesi
|
||||||
|
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
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
|
docker_image: ghcr.io/xu-cheng/texlive-full:20250101
|
||||||
working_directory: /
|
working_directory: /Tesi
|
||||||
|
|
||||||
- name: Check LaTeX compilation
|
- name: Check LaTeX compilation
|
||||||
run: |
|
run: |
|
||||||
@@ -29,4 +31,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: PDF
|
name: PDF
|
||||||
path: Tesi.pdf
|
path: /Tesi/Tesi.pdf
|
Reference in New Issue
Block a user