mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 08:47:18 +00:00
chg: [tools] updated for the new website
This commit is contained in:
parent
1fda357a03
commit
2c586d2f96
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue