mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-15 20:49:21 +00:00
7da725a096
They use "safe" build mode which doesn't let me reference arbitrary diroctories in include files.
5 lines
117 B
Bash
Executable File
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
|