mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-05-03 15:17:56 +02:00
Update ci.yml: PDF output as a build artifact
This commit is contained in:
parent
2806605d13
commit
d1bd3bc2b6
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -12,4 +12,12 @@ jobs:
|
|||||||
root_file: |
|
root_file: |
|
||||||
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