From 8d3a7b7d6b93e546a1b3a9c530ee81d000a8105a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Jun 2024 02:31:03 +0200 Subject: [PATCH] fix: [tool] adoc generation to standard misp repo --- 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 48db996..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-new/static/galaxy.html -cp a.pdf ../../misp-website-new/static/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