mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-01-18 13:07:18 +01:00
CI: fix minted integration file name
This commit is contained in:
parent
035f196241
commit
d99abf074c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
elteikthesis.tex
|
elteikthesis.tex
|
||||||
minted-integration.tex
|
elteikthesis-minted.tex
|
||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
- if: ${{ matrix.engine == 'lualatex' }}
|
- if: ${{ matrix.engine == 'lualatex' }}
|
||||||
name: Compile LaTeX document
|
name: Compile LaTeX document
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
elteikthesis.tex
|
elteikthesis.tex
|
||||||
minted-integration.tex
|
elteikthesis-minted.tex
|
||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
latexmk_use_lualatex: true
|
latexmk_use_lualatex: true
|
||||||
- name: Upload the compiled pdf
|
- name: Upload the compiled pdf
|
||||||
@ -32,5 +32,5 @@ jobs:
|
|||||||
name: thesis-${{ matrix.engine }}
|
name: thesis-${{ matrix.engine }}
|
||||||
path: |
|
path: |
|
||||||
elteikthesis.pdf
|
elteikthesis.pdf
|
||||||
minted-integration.pdf
|
elteikthesis-minted.pdf
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user