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:
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