fix: [tool] adoc generation to standard misp repo

This commit is contained in:
Alexandre Dulaunoy 2024-06-13 02:31:03 +02:00
parent 46ba51bb99
commit 8d3a7b7d6b
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -1,7 +1,7 @@
python3 adoc_galaxy.py >a.txt python3 adoc_galaxy.py >a.txt
asciidoctor -a allow-uri-read a.txt asciidoctor -a allow-uri-read a.txt
asciidoctor-pdf -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.html ../../misp-website/static/galaxy.html
cp a.pdf ../../misp-website-new/static/galaxy.pdf 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.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 scp -l 81920 a.pdf circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp-galaxy/galaxy.pdf