test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user