Skip to content
Snippets Groups Projects

Add the website recipe

Merged Ribbon requested to merge website-recipe into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
 
[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