From 5c73727beb864995914b451d20075ee41845605d Mon Sep 17 00:00:00 2001 From: Vyacheslav Fedorov Date: Fri, 12 Jul 2024 09:49:00 +0300 Subject: [PATCH] Revert "Update latex-action version from 2 to 3" This reverts commit 353d0727987c50f2606c5c678b9cef98f69d3c09. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a96f8f..4e3f2b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/latex-action@v2 with: root_file: | main.tex