fix build path of src files
Some checks failed
Build LaTeX Document / build (push) Failing after 9m44s
Some checks failed
Build LaTeX Document / build (push) Failing after 9m44s
This commit is contained in:
parent
4302c5021f
commit
7d81c43e7c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user