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)