Skip to content

Commit aecf9f3

Browse files
committed
Fix Github Actions CI
1 parent 04c4512 commit aecf9f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/paper.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)