8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# cd "${GIT_WORK_TREE}/_ref"
|
||
|
cd "${PWD}/_ref"
|
||
|
asciidoctor -o ./KEY_GUIDE.html ./KEY_GUIDE.adoc
|