Skip to content

Commit 2a6ab97

Browse files
committed
rety to get latex at matplotlib time
1 parent 6749aeb commit 2a6ab97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/paper.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ jobs:
2323
- name: Create contributor snippet
2424
run: python contributors.py
2525

26+
- name: Create group composition plot
27+
uses: xu-cheng/latex-action@v3
28+
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
29+
2630
- uses: xu-cheng/latex-action@v3
2731
with:
2832
root_file: paper.tex
2933

30-
- name: Create group composition plot
31-
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
32-
3334
- name: move
3435
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
3536

0 commit comments

Comments
 (0)