From b972ebdebd958ed2811b8571a8c9e3263da4c5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Cser=C3=A9p?= Date: Mon, 20 Sep 2021 15:39:24 +0200 Subject: [PATCH] CI: use v2 of xu-cheng/latex-action workflow. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f3f7b4..5b40e4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push] jobs: build_latex: strategy: - matrix: + matrix: engine: [pdflatex, lualatex] runs-on: ubuntu-latest steps: @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - if: ${{ matrix.engine == 'pdflatex' }} name: Compile LaTeX document - uses: xu-cheng/latex-action@master + uses: xu-cheng/latex-action@v2 with: root_file: | thesis.tex @@ -19,7 +19,7 @@ jobs: latexmk_shell_escape: true - if: ${{ matrix.engine == 'lualatex' }} name: Compile LaTeX document - uses: xu-cheng/latex-action@master + uses: xu-cheng/latex-action@v2 with: root_file: | thesis.tex