This commit is contained in:
alexander
2025-12-14 20:49:35 +01:00
parent a126ac593b
commit c6bf2e3ef3
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ env:
TYPST_SOURCE_DIR: src TYPST_SOURCE_DIR: src
BUILD_DIR: build BUILD_DIR: build
jobs: jobs:
build-typst: build-typst:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -11,6 +11,7 @@ fi
mkdir -p "$OUT_DIR" mkdir -p "$OUT_DIR"
# Find all .typ files under $SRC_DIR (excluding hidden dirs) # Find all .typ files under $SRC_DIR (excluding hidden dirs)
mapfile -d '' files < <(printf '%s\0' "$SRC_DIR"/*.typ 2>/dev/null) mapfile -d '' files < <(printf '%s\0' "$SRC_DIR"/*.typ 2>/dev/null)