website: move hwdumps out of the pages directory.
It's a good idea not to mix markdown files with other file types as this facilitates a lot the migration to haunt. In addition it also helps separating these dumps from the general website as they are also useful without the website. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
e8f89a1422
commit
32524aa0fe
|
@ -98,6 +98,7 @@ copy_website()
|
|||
mkdir -p "${dst_path}"
|
||||
cp site.cfg "${dst_path}"
|
||||
cp -a "pages/" "${dst_path}/site"
|
||||
cp -a "hwdumps/" "${dst_path}/site/docs/hardware/"
|
||||
}
|
||||
|
||||
help_missing_arg()
|
||||
|
|
Loading…
Reference in New Issue