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 9f6f323 commit 570520fCopy full SHA for 570520f
.github/workflows/build.yml
@@ -10,15 +10,15 @@ jobs:
10
- name: Compile LaTeX document (EESSI)
11
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
12
with:
13
- working_directory: isc24/EESSI/
+ working_directory: isc25/EESSI/
14
root_file: main.tex
15
args: "-output-directory=build -pdf"
16
latexmk_shell_escape: true
17
- name: Store produce PDFs (EESSI)
18
uses: actions/upload-artifact@v4
19
20
- name: EESSI-ISC24-tutorial
21
- path: isc24/EESSI/build/main.pdf
+ name: EESSI-ISC25-tutorial
+ path: isc25/EESSI/build/main.pdf
22
- name: Compile LaTeX document (CernVM-FS)
23
24
0 commit comments