mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Merge branch 'website-rm-download' into 'master'
Delete the download page from the offline website See merge request systemrescue/systemrescue-sources!147
This commit is contained in:
commit
176d74661d
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue