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