chg: [builder] We are 2019, I assume bash on machines that have asciidoc(tor)
fix: [builder] Do not copy if ../misp-site is missingpull/8/head
parent
00d668a077
commit
f842efe76c
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
asciidoctor book.adoc
|
||||
asciidoctor-pdf book.adoc
|
||||
cp book.html ../misp-website/best-practices-in-threat-intelligence.html
|
||||
cp book.pdf ../misp-website/best-practices-in-threat-intelligence.pdf
|
||||
[[ -d ../misp-website ]] && cp book.html ../misp-website/best-practices-in-threat-intelligence.html
|
||||
[[ -d ../misp-website ]] && cp book.pdf ../misp-website/best-practices-in-threat-intelligence.pdf
|
||||
|
|
Loading…
Reference in New Issue