Update CI for separate Hungarian and English templates

This commit is contained in:
Máté Cserép 2022-03-15 14:24:28 +01:00
parent 64c442af75
commit 4f2203a9c5

View File

@ -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