Skip to content

Commit b1fa230

Browse files
committed
Added the workflow latex configuration for the new training.
1 parent ec877f2 commit b1fa230

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/latex.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
working_directory: 20230531
6262
root_file: 20230531_MONARC-training.tex
6363

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+
6470
- run: mkdir -p artifact
6571
- run: mv 20200212/20200212_MONARC-training.pdf artifact/
6672

@@ -88,6 +94,9 @@ jobs:
8894
- run: mkdir -p artifact
8995
- run: mv 20230531/20230531_MONARC-training.pdf artifact/
9096

97+
- run: mkdir -p artifact
98+
- run: mv 20231206/20231206_MONARC-training.pdf artifact/
99+
91100
- uses: actions/upload-artifact@v1
92101
with:
93102
name: MONARC-trainings.pdf

0 commit comments

Comments
 (0)