fix build path of src files
Some checks failed
Build LaTeX Document / build (push) Failing after 9m44s

This commit is contained in:
lukas-heiligenbrunner 2024-09-30 14:27:37 +02:00
parent 4302c5021f
commit 7d81c43e7c

View File

@ -24,6 +24,7 @@ jobs:
# Compile the LaTeX document (first pass) # Compile the LaTeX document (first pass)
- name: Compile LaTeX (first pass) - name: Compile LaTeX (first pass)
run: | run: |
cd src
pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
bibtex main bibtex main
pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
@ -34,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: compiled-latex name: compiled-latex
path: main.pdf path: src/main.pdf