From 32e776f1212a544a985d861744003591af6d94b4 Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 14 Dec 2025 17:23:04 +0100 Subject: [PATCH] Ci Fix: Why do i need to do this way? --- .gitea/workflows/build-script.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 08c1892..a8944f2 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -32,10 +32,7 @@ jobs: - name: Compile all .typ files shell: bash - run: docker run --rm \ - -v "$PWD":/work \ - ghcr.io/typst/typst:latest \ - bash -c "echo test" + run: docker ps - name: Upload PDFs if: always()