1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00

Tools: new "check" command for quick testing

Will be upgraded later
This commit is contained in:
David A. Harding 2023-08-24 11:38:13 +02:00
parent 7576570348
commit 67a69200f7

5
tools/check Executable file
View File

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