From d1bd3bc2b68cd41258757e02119a326c17d25b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Wed, 14 Jul 2021 21:20:37 +0200 Subject: [PATCH] Update ci.yml: PDF output as a build artifact --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e4147c..312bcc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,4 +12,12 @@ jobs: root_file: | thesis.tex minted-integration.tex - latexmk_shell_escape: true \ No newline at end of file + latexmk_shell_escape: true + - name: Upload the compiled pdf + uses: actions/upload-artifact@v2.2.4 + with: + name: thesis + path: | + thesis.pdf + minted-integration.pdf + if-no-files-found: error