Skip to content

Commit

Permalink
make latexmk halt on error and add more error output
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Feb 22, 2025
1 parent 4762cad commit e92165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cd group_composition_plot && ./create_paper_plots.sh && cd -

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

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

0 comments on commit e92165f

Please sign in to comment.