Skip to content

Commit ffb792f

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/paper.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
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)