File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,16 @@ jobs:
2121 run : pip install -r requirements.txt
2222
2323 - name : Install LaTeX requirements for matplotlib
24- run : sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra
24+ run : sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra latexmk
2525
2626 - name : Create contributor snippet
2727 run : python contributors.py
2828
2929 - name : Create group composition plot
3030 run : cd group_composition_plot && ./create_paper_plots.sh && cd -
3131
32- - uses : xu-cheng/latex-action@v3
33- with :
34- root_file : paper.tex
32+ - name : Compile paper
33+ run : latexmk -pdf paper.tex
3534
3635 - name : move
3736 run : mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
You can’t perform that action at this time.
0 commit comments