We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4762cad commit e92165fCopy full SHA for e92165f
.github/workflows/paper.yml
@@ -30,7 +30,7 @@ jobs:
30
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
31
32
- name: Compile paper
33
- run: latexmk -pdf paper.tex
+ run: latexmk -pdf --file-line-error --halt-on-error --interaction=nonstopmode --recorder paper.tex
34
35
- name: move
36
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
0 commit comments