From 4f2203a9c56b64b838449bd1e212eba1b30063b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Cser=C3=A9p?= Date: Tue, 15 Mar 2022 14:24:28 +0100 Subject: [PATCH] Update CI for separate Hungarian and English templates --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b40e4f..713a80d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,8 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: | - thesis.tex + thesis_hu.tex + thesis_en.tex minted-integration.tex latexmk_shell_escape: true - if: ${{ matrix.engine == 'lualatex' }} @@ -22,7 +23,8 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: | - thesis.tex + thesis_hu.tex + thesis_en.tex minted-integration.tex latexmk_shell_escape: true latexmk_use_lualatex: true @@ -31,6 +33,7 @@ jobs: with: name: thesis-${{ matrix.engine }} path: | - thesis.pdf + thesis_hu.pdf + thesis_en.pdf minted-integration.pdf if-no-files-found: error