From 8c430b7e811c763dac59627dba2a8018999e5394 Mon Sep 17 00:00:00 2001 From: Trifon Trifonov Date: Thu, 5 Dec 2024 01:12:31 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B2=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B2=D0=B0=D0=BD=D0=B5=20=D0=BD=D0=B0=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D1=84=D0=B8=D1=86=D0=B8=D1=80=D0=B0=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=BD=D0=B0=20latex-act?= =?UTF-8?q?ion?= 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 73cf588..2ced7d7 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@v3 + uses: triffon/latex-action@v3 with: root_file: ${{ matrix.file }}.tex latexmk_shell_escape: true