adding githooks
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# cd "${GIT_WORK_TREE}/_ref"
|
||||
cd "${PWD}/_ref"
|
||||
asciidoctor -o ./KEY_GUIDE.html ./KEY_GUIDE.adoc
|
||||
Reference in New Issue
Block a user