mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-12-28 12:57:10 +01:00
Update ci.yml: PDF output as a build artifact
This commit is contained in:
parent
2806605d13
commit
d1bd3bc2b6
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -13,3 +13,11 @@ jobs:
|
|||||||
thesis.tex
|
thesis.tex
|
||||||
minted-integration.tex
|
minted-integration.tex
|
||||||
latexmk_shell_escape: true
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user