mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Update CI to CTAN compatible filenames.
This commit is contained in:
parent
08f589a831
commit
a1ec9b31fc
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -14,18 +14,18 @@ jobs:
|
||||
uses: xu-cheng/latex-action@v2
|
||||
with:
|
||||
root_file: |
|
||||
thesis_hu.tex
|
||||
thesis_en.tex
|
||||
minted-integration.tex
|
||||
elteikthesis_hu.tex
|
||||
elteikthesis_en.tex
|
||||
elteikthesis_minted.tex
|
||||
latexmk_shell_escape: true
|
||||
- if: ${{ matrix.engine == 'lualatex' }}
|
||||
name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@v2
|
||||
with:
|
||||
root_file: |
|
||||
thesis_hu.tex
|
||||
thesis_en.tex
|
||||
minted-integration.tex
|
||||
elteikthesis_hu.tex
|
||||
elteikthesis_en.tex
|
||||
elteikthesis_minted.tex
|
||||
latexmk_shell_escape: true
|
||||
latexmk_use_lualatex: true
|
||||
- name: Upload the compiled pdf
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
name: thesis-${{ matrix.engine }}
|
||||
path: |
|
||||
thesis_hu.pdf
|
||||
thesis_en.pdf
|
||||
minted-integration.pdf
|
||||
elteikthesis_hu.pdf
|
||||
elteikthesis_en.pdf
|
||||
elteikthesis_minted.pdf
|
||||
if-no-files-found: error
|
||||
|
Loading…
Reference in New Issue
Block a user