mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
11 lines
217 B
TOML
11 lines
217 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/book.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
dir="${COOKBOOK_STAGE}/share/book"
|
|
mkdir -pv "${dir}"
|
|
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
|
|
"""
|