mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01: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: |
|
||||
thesis.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