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 ec877f2 commit b1fa230Copy full SHA for b1fa230
.github/workflows/latex.yml
@@ -61,6 +61,12 @@ jobs:
61
working_directory: 20230531
62
root_file: 20230531_MONARC-training.tex
63
64
+ - name: Compile LaTeX document
65
+ uses: xu-cheng/latex-action@master
66
+ with:
67
+ working_directory: 20231206
68
+ root_file: 20231206_MONARC-training.tex
69
+
70
- run: mkdir -p artifact
71
- run: mv 20200212/20200212_MONARC-training.pdf artifact/
72
@@ -88,6 +94,9 @@ jobs:
88
94
89
95
- run: mv 20230531/20230531_MONARC-training.pdf artifact/
90
96
97
+ - run: mkdir -p artifact
98
+ - run: mv 20231206/20231206_MONARC-training.pdf artifact/
99
91
100
- uses: actions/upload-artifact@v1
92
101
with:
93
102
name: MONARC-trainings.pdf
0 commit comments