From 2c586d2f9615ed7ef3b47b29528103511a013bd0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Feb 2022 11:05:25 +0100 Subject: [PATCH] chg: [tools] updated for the new website --- tools/gen_adoc_galaxy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gen_adoc_galaxy.sh b/tools/gen_adoc_galaxy.sh index 629e590..4fcb119 100755 --- a/tools/gen_adoc_galaxy.sh +++ b/tools/gen_adoc_galaxy.sh @@ -1,7 +1,7 @@ python3 adoc_galaxy.py >a.txt asciidoctor -a allow-uri-read a.txt asciidoctor-pdf -a allow-uri-read a.txt -cp a.html ../../misp-website/galaxy.html -cp a.pdf ../../misp-website/galaxy.pdf +cp a.html ../../misp-website/static/galaxy.html +cp a.pdf ../../misp-website/static/galaxy.pdf scp -l 81920 a.html circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/index.html scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf