Skip to content

Commit e92165f

Browse files
committed
make latexmk halt on error and add more error output
1 parent 4762cad commit e92165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
3131

3232
- name: Compile paper
33-
run: latexmk -pdf paper.tex
33+
run: latexmk -pdf --file-line-error --halt-on-error --interaction=nonstopmode --recorder paper.tex
3434

3535
- name: move
3636
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/

0 commit comments

Comments
 (0)