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
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
thesis_hu.tex
|
elteikthesis_hu.tex
|
||||||
thesis_en.tex
|
elteikthesis_en.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
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
thesis_hu.tex
|
elteikthesis_hu.tex
|
||||||
thesis_en.tex
|
elteikthesis_en.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
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: thesis-${{ matrix.engine }}
|
name: thesis-${{ matrix.engine }}
|
||||||
path: |
|
path: |
|
||||||
thesis_hu.pdf
|
elteikthesis_hu.pdf
|
||||||
thesis_en.pdf
|
elteikthesis_en.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