From cc6028670a693b0788d26edeca6d67a6c56dedc7 Mon Sep 17 00:00:00 2001 From: Trifon Trifonov Date: Thu, 5 Dec 2024 09:57:34 +0200 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D1=8A=D1=89=D0=B0=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=BD=D0=B0=D1=82=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D0=BB=D0=B5?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D1=8F=D1=82=D0=B0=20=D0=B7=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D1=8A=D1=86=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Използване на модифицирана версия на latex-action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d4195f..00187fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: 1.1-scheme_basics, 1.2-scheme_envs, # 1.3-scheme_highorder, - # 1.4-scheme_lists, + 1.4-scheme_lists, 1.5-scheme_ds, 1.6-scheme_mutation, 1.7-scheme_streams, @@ -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@master with: root_file: ${{ matrix.file }}.tex latexmk_shell_escape: true