From 15dff69e3912022b2676ed137aca4e36caad390b Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 14 Dec 2025 17:23:46 +0100 Subject: [PATCH] Ci Fix: Another try --- .gitea/workflows/build-script.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index a8944f2..0a4f4ef 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -32,7 +32,11 @@ jobs: - name: Compile all .typ files shell: bash - run: docker ps + run: | + docker run --rm + -v "$PWD":/workspace + ghcr.io/typst/typst:latest + bash -c "echo test" - name: Upload PDFs if: always()