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

This commit is contained in:
alexander
2025-12-14 17:23:46 +01:00
parent 32e776f121
commit 15dff69e39

View File

@@ -32,7 +32,11 @@ jobs:
- name: Compile all .typ files - name: Compile all .typ files
shell: bash shell: bash
run: docker ps run: |
docker run --rm
-v "$PWD":/workspace
ghcr.io/typst/typst:latest
bash -c "echo test"
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()