adding githooks
This commit is contained in:
7
.githooks/pre-commit/01-keymanual
Executable file
7
.githooks/pre-commit/01-keymanual
Executable file
@@ -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