Skip to content

Commit 570520f

Browse files
authored
Update build.yml
1 parent 9f6f323 commit 570520f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- name: Compile LaTeX document (EESSI)
1111
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
1212
with:
13-
working_directory: isc24/EESSI/
13+
working_directory: isc25/EESSI/
1414
root_file: main.tex
1515
args: "-output-directory=build -pdf"
1616
latexmk_shell_escape: true
1717
- name: Store produce PDFs (EESSI)
1818
uses: actions/upload-artifact@v4
1919
with:
20-
name: EESSI-ISC24-tutorial
21-
path: isc24/EESSI/build/main.pdf
20+
name: EESSI-ISC25-tutorial
21+
path: isc25/EESSI/build/main.pdf
2222
- name: Compile LaTeX document (CernVM-FS)
2323
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
2424
with:

0 commit comments

Comments
 (0)