Ci Fix
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 8s

This commit is contained in:
alexander
2025-12-14 17:22:13 +01:00
parent 9f8d1b27c2
commit 8a323f171f

View File

@@ -35,11 +35,7 @@ jobs:
run: docker run --rm \ run: docker run --rm \
-v "$PWD":/work \ -v "$PWD":/work \
ghcr.io/typst/typst:latest \ ghcr.io/typst/typst:latest \
bash -c " bash -c "echo test"
TYPST_SOURCE_DIR=\"${TYPST_SOURCE_DIR}\"
BUILD_DIR=\"${BUILD_DIR}\"
./compile-all.bash
"
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()