mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-12-21 12:56:51 +01:00
Update CI for separate Hungarian and English templates
This commit is contained in:
parent
64c442af75
commit
4f2203a9c5
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
|||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
thesis.tex
|
thesis_hu.tex
|
||||||
|
thesis_en.tex
|
||||||
minted-integration.tex
|
minted-integration.tex
|
||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
- if: ${{ matrix.engine == 'lualatex' }}
|
- if: ${{ matrix.engine == 'lualatex' }}
|
||||||
@ -22,7 +23,8 @@ jobs:
|
|||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: |
|
root_file: |
|
||||||
thesis.tex
|
thesis_hu.tex
|
||||||
|
thesis_en.tex
|
||||||
minted-integration.tex
|
minted-integration.tex
|
||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
latexmk_use_lualatex: true
|
latexmk_use_lualatex: true
|
||||||
@ -31,6 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: thesis-${{ matrix.engine }}
|
name: thesis-${{ matrix.engine }}
|
||||||
path: |
|
path: |
|
||||||
thesis.pdf
|
thesis_hu.pdf
|
||||||
|
thesis_en.pdf
|
||||||
minted-integration.pdf
|
minted-integration.pdf
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user