From f341f8f951b841c4dc0ac17d0f5add73b6a63529 Mon Sep 17 00:00:00 2001 From: lukas-heilgenbrunner Date: Fri, 13 Sep 2024 09:37:04 +0200 Subject: [PATCH] build manually --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3272be..89bad48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,13 @@ on: [push] jobs: build_latex: runs-on: ubuntu-latest + container: + image: ghcr.io/xu-cheng/texlive-full::latest steps: - name: Set up Git repository uses: actions/checkout@v4 - - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 - with: - root_file: src/main.tex + - name: Compile site assets + run: cd src && latexmk - name: Upload PDF file uses: actions/upload-artifact@v4 with: