From c6bf2e3ef3820f7842679079d226e29bf1367083 Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 14 Dec 2025 20:49:35 +0100 Subject: [PATCH] test --- .gitea/workflows/build-script.yaml | 1 - compile-all.bash | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 1424162..d7d566f 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -12,7 +12,6 @@ env: TYPST_SOURCE_DIR: src BUILD_DIR: build - jobs: build-typst: runs-on: ubuntu-latest diff --git a/compile-all.bash b/compile-all.bash index 9675a09..f307d35 100755 --- a/compile-all.bash +++ b/compile-all.bash @@ -11,6 +11,7 @@ fi mkdir -p "$OUT_DIR" + # Find all .typ files under $SRC_DIR (excluding hidden dirs) mapfile -d '' files < <(printf '%s\0' "$SRC_DIR"/*.typ 2>/dev/null)