This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -19,16 +19,13 @@ jobs:
|
||||
- name: Install LaTeX
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y texlive-full biber
|
||||
sudo apt-get install -y texlive-full biber latexmk
|
||||
|
||||
# Compile the LaTeX document (first pass)
|
||||
- name: Compile LaTeX (first pass)
|
||||
run: |
|
||||
cd src
|
||||
pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
|
||||
bibtex sources
|
||||
pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
|
||||
pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
|
||||
latexmk -pdf -bibtex -interaction=nonstopmode main.tex
|
||||
|
||||
# Upload the compiled PDF as an artifact
|
||||
- name: Upload PDF
|
||||
|
Reference in New Issue
Block a user