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 6749aeb commit 2a6ab97Copy full SHA for 2a6ab97
.github/workflows/paper.yml
@@ -23,13 +23,14 @@ jobs:
23
- name: Create contributor snippet
24
run: python contributors.py
25
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
+
30
- uses: xu-cheng/latex-action@v3
31
with:
32
root_file: paper.tex
33
- - name: Create group composition plot
- run: cd group_composition_plot && ./create_paper_plots.sh && cd -
-
34
- name: move
35
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/*.pdf ./github_artifacts/
36
0 commit comments