mirror of https://github.com/MISP/misp-galaxy
parent
f877cb4d08
commit
2763cdd72b
File diff suppressed because it is too large
Load Diff
|
@ -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/static/galaxy.html
|
||||
cp a.pdf ../../misp-website/static/galaxy.pdf
|
||||
cp a.html ../../misp-website-new/static/galaxy.html
|
||||
cp a.pdf ../../misp-website-new/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
|
||||
|
|
Loading…
Reference in New Issue