We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19d909 commit 6749aebCopy full SHA for 6749aeb
.github/workflows/paper.yml
@@ -23,14 +23,16 @@ jobs:
23
- name: Create contributor snippet
24
run: python contributors.py
25
26
- - name: Create group composition plot
27
- run: cd group_composition_plot && ./create_paper_plots.sh && cd -
28
-
29
- uses: xu-cheng/latex-action@v3
30
with:
31
root_file: paper.tex
+
+ - name: Create group composition plot
+ run: cd group_composition_plot && ./create_paper_plots.sh && cd -
32
33
- name: move
34
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
35
36
- name: Upload pdf as artifact
37
uses: actions/upload-artifact@v4
38
0 commit comments