From 19a73ef99bf7a38e943887b851b0645ee5453a07 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Feb 2022 11:02:03 +0100 Subject: [PATCH] chg: [tools] updated for the new website --- tools/gen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gen.sh b/tools/gen.sh index f10b3d5..0e55f0f 100644 --- a/tools/gen.sh +++ b/tools/gen.sh @@ -1,7 +1,7 @@ python3 machinetag.py -a >a.txt asciidoctor a.txt asciidoctor-pdf -a allow-uri-read a.txt -cp a.html ../../misp-website/taxonomies.html -cp a.pdf ../../misp-website/taxonomies.pdf +cp a.html ../../misp-website/static/taxonomies.html +cp a.pdf ../../misp-website/static/taxonomies.pdf scp a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-taxonomies/index.html scp a.pdf circl@cpab.circl.lu://var/www/nwww.circl.lu/doc/misp-taxonomies/taxonomies.pdf