mirror of https://github.com/MISP/misp-book
add: minimal publishing script
parent
46850c89e2
commit
e4f1c42936
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
gitbook build
|
||||
gitbook pdf
|
||||
gitbook epub
|
||||
gitbook mobi
|
||||
cp book.pdf _book
|
||||
cp book.epub _book
|
||||
cp book.mobi _book
|
||||
cd _book
|
||||
rsync -av . circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp/
|
Loading…
Reference in New Issue