mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Merge branch 'website-recipe' into 'master'
Add the website recipe See merge request redox-os/cookbook!386
This commit is contained in:
commit
cce8915dea
9
recipes/web/website/recipe.toml
Normal file
9
recipes/web/website/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user