From 570520f08e5ef52b8ac04465972e8fcc5c165a47 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 11 Dec 2024 14:12:05 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95f334a..ae03f36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: