From 7acffda5c358b1ce219f5705b19d01e351cb5000 Mon Sep 17 00:00:00 2001 From: Trifon Trifonov Date: Wed, 4 Dec 2024 22:32:13 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D1=8F=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=20=D0=BD=D0=B0=20latex-action=20=D0=B4=D0=BE?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c40d53..73cf588 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v2 # Compiles LaTeX file - name: LaTeX compile - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: ${{ matrix.file }}.tex latexmk_shell_escape: true