Skip to content

Commit

Permalink
Merge pull request #28 from EESSI/ocaisa-patch-1
Browse files Browse the repository at this point in the history
Build ISC 25 EESSI tutorial
  • Loading branch information
boegel authored Dec 11, 2024
2 parents 9f6f323 + 570520f commit 704de96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- name: Compile LaTeX document (EESSI)
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
with:
working_directory: isc24/EESSI/
working_directory: isc25/EESSI/
root_file: main.tex
args: "-output-directory=build -pdf"
latexmk_shell_escape: true
- name: Store produce PDFs (EESSI)
uses: actions/upload-artifact@v4
with:
name: EESSI-ISC24-tutorial
path: isc24/EESSI/build/main.pdf
name: EESSI-ISC25-tutorial
path: isc25/EESSI/build/main.pdf
- name: Compile LaTeX document (CernVM-FS)
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
with:
Expand Down

0 comments on commit 704de96

Please sign in to comment.