mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-16 04:59:35 +00:00
Tools: new "check" command for quick testing
Will be upgraded later
This commit is contained in:
parent
7576570348
commit
67a69200f7
5
tools/check
Executable file
5
tools/check
Executable 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
|
Loading…
Reference in New Issue
Block a user