From 1fdde0ed76cceb6febace0a409d06ee51694929c Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Wed, 22 Oct 2025 14:15:06 +0200 Subject: [PATCH] trying new version --- .github/workflows/latex.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 83eb5a8..2d5a9fb 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: xu-cheng/texlive-action@v2 + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v3 with: - scheme: small - run: | - tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk acmart libertine inconsolata newtx xkeyval xstring environ totpages refcount comment fancyhdr manyfoot balance cmap preprint etoolbox - make pdf + root_file: main.tex + working_directory: paper/src + args: -pdf -interaction=nonstopmode -file-line-error -outdir=../build - name: Upload PDF uses: actions/upload-artifact@v4 with: