mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
245 B
TOML
10 lines
245 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/website"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
./hugo.sh
|
|
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/website
|
|
cp -rv "${COOKBOOK_BUILD}"/build/public/* "${COOKBOOK_STAGE}"/usr/share/website
|
|
"""
|