You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoinbook/tools/check

6 lines
144 B

#!/bin/bash -eu
mkdir -p build
asciidoctor --failure-level=WARN -v book.adoc -o build/book.html
htmlproofer --disable-external build/book.html