Fixed Build script
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s

This commit is contained in:
alexander
2025-12-14 19:07:34 +01:00
parent 79c888f774
commit 8a43b700d4
7 changed files with 17 additions and 11114 deletions

View File

@@ -26,5 +26,5 @@ for f in "${files[@]}"; do
dest_pdf="${OUT_DIR}/$(basename "${rel%.typ}").pdf"
echo "Compiling: $f -> $dest_pdf"
docker run --rm -v "$PWD":/work ghcr.io/typst/typst:latest compile "/work/$f" "/work/$dest_pdf"
typst compile "$f" "$dest_pdf"
done