Skip to content

Commit 34df7bf

Browse files
committed
use make in CI/CD to build paper
1 parent 065c7e3 commit 34df7bf

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/paper.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ jobs:
2121
run: pip install -r requirements.txt
2222

2323
- name: Install LaTeX requirements for matplotlib
24-
run: sudo apt update -y && sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra latexmk texlive-bibtex-extra biber texlive-lang-german
24+
run: sudo apt update -y && sudo apt install -y build-essential texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra latexmk texlive-bibtex-extra biber texlive-lang-german
2525

26-
- name: Create contributor snippet
27-
run: python contributors.py
28-
29-
- name: Create group composition plot
30-
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
31-
3226
- name: Compile paper
33-
run: latexmk -pdf --file-line-error --halt-on-error --interaction=nonstopmode --recorder paper.tex
27+
run: make
3428

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

0 commit comments

Comments
 (0)