Change something

This commit is contained in:
alexander
2025-12-14 20:46:50 +01:00
parent 024a49c08d
commit 9cff53b8d1
2 changed files with 19 additions and 5 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