Ci Fix: Why do i need to do this way?
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 8s

This commit is contained in:
alexander
2025-12-14 17:23:04 +01:00
parent 8a323f171f
commit 32e776f121

View File

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