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:
Denis 'GNUtoo' Carikli 2024-05-21 16:11:04 +02:00
parent e8f89a1422
commit 32524aa0fe
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
34 changed files with 1 additions and 0 deletions

View File

@ -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()