mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Update hugo command line to build docs
This commit is contained in:
parent
a5aeab0123
commit
6c0d70f47b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -173,7 +173,7 @@ make_documentation() {
|
|||
rm -rf website/content/Download
|
||||
|
||||
# parameters are all relative to --source dir
|
||||
/usr/bin/hugo --source "website/" --config "config-offline.toml" --gc --verbose \
|
||||
/usr/bin/hugo build --source "website/" --config "config-offline.toml" --gc \
|
||||
--destination "../${work_dir}/${arch}/airootfs/${documentation_dir}"
|
||||
RET=$?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue