mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-06 13:03:56 +01:00
Delete the download page from the offline website
This commit is contained in:
parent
d0a46098d8
commit
cc4b91806c
3
build.sh
3
build.sh
|
|
@ -158,6 +158,9 @@ make_documentation() {
|
|||
|
||||
mkdir -p "${work_dir}/${arch}/airootfs/${documentation_dir}"
|
||||
|
||||
# Delete the download page from the offline version as it makes no sense to keep it
|
||||
rm -rf website/content/Download
|
||||
|
||||
# parameters are all relative to --source dir
|
||||
/usr/bin/hugo --source "website/" --config "config-offline.toml" --gc --verbose \
|
||||
--destination "../${work_dir}/${arch}/airootfs/${documentation_dir}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue