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()