Skip to content

Commit

Permalink
Added the workflow latex configuration for the new training.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Nov 29, 2023
1 parent ec877f2 commit b1fa230
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
working_directory: 20230531
root_file: 20230531_MONARC-training.tex

- name: Compile LaTeX document
uses: xu-cheng/latex-action@master
with:
working_directory: 20231206
root_file: 20231206_MONARC-training.tex

- run: mkdir -p artifact
- run: mv 20200212/20200212_MONARC-training.pdf artifact/

Expand Down Expand Up @@ -88,6 +94,9 @@ jobs:
- run: mkdir -p artifact
- run: mv 20230531/20230531_MONARC-training.pdf artifact/

- run: mkdir -p artifact
- run: mv 20231206/20231206_MONARC-training.pdf artifact/

- uses: actions/upload-artifact@v1
with:
name: MONARC-trainings.pdf
Expand Down

0 comments on commit b1fa230

Please sign in to comment.