1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00
bitcoinbook/tools/check
David A. Harding 7da725a096 Move chapters to top level directory to fix Atlas build issue
They use "safe" build mode which doesn't let me reference arbitrary
diroctories in include files.
2023-09-01 13:24:35 +02:00

5 lines
117 B
Bash
Executable File

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