mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
11 lines
279 B
TOML
11 lines
279 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/website"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
rsync -a "${COOKBOOK_SOURCE}/" ./
|
|
./hugo.sh
|
|
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/website
|
|
cp -rv "${COOKBOOK_BUILD}"/build/public/* "${COOKBOOK_STAGE}"/usr/share/website
|
|
"""
|