We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c4512 commit ffb792fCopy full SHA for ffb792f
.github/workflows/paper.yml
@@ -29,9 +29,8 @@ jobs:
29
- name: Create group composition plot
30
run: cd group_composition_plot && ./create_paper_plots.sh && cd -
31
32
- - uses: xu-cheng/latex-action@v3
33
- with:
34
- root_file: paper.tex
+ - name: Compile paper
+ run: latexmk -pdf paper.tex
35
36
- name: move
37
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
0 commit comments