Update ci.yml: PDF output as a build artifact

This commit is contained in:
Mészáros Gergely 2021-07-14 21:20:37 +02:00 committed by Gergely Meszaros
parent 2806605d13
commit d1bd3bc2b6
1 changed files with 9 additions and 1 deletions

View File

@ -13,3 +13,11 @@ jobs:
thesis.tex
minted-integration.tex
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