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

This commit is contained in:
alexander
2025-12-14 17:31:48 +01:00
parent 3c52dc6e25
commit 5af1e8e34b

View File

@@ -30,6 +30,9 @@ jobs:
typst --version || true
uname -a
- name: Debug Ls
run: ls -la "$PWD"
- name: Compile all .typ files
shell: bash
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash"