From 04f2fb9eb05fadb6a184b6938cb35f1af3cb4a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Mon, 27 Jan 2025 18:33:14 +0100 Subject: [PATCH] use latex container --- .forgejo/workflows/deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index af66729..760db31 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,16 +10,13 @@ jobs: # TODO: belongs in the other repo build-latex: name: Build LaTeX documents - runs-on: alpine - # for some reason this is required to make Forgejo Actions realize we don’t have bash in alpine - container: - image: alpine:edge + runs-on: alpine-latex defaults: run: shell: ash -eo pipefail {0} steps: - name: Install dependencies - run: apk add --no-cache nodejs git openssh texlive texlive-xetex texmf-dist-latexrecommended texmf-dist-latexextra texmf-dist-langgerman + run: apk add --no-cache nodejs git openssh - name: Checkout LaTeX repository run: git clone https://git.p-schwarz.de/ctbk/ctbk-satzung.git satzung # uses: actions/checkout@v4