fix: add kiln build path
This commit is contained in:
parent
72643fcc9b
commit
ae8d9161a3
|
@ -27,7 +27,7 @@ update_repository(){
|
||||||
prepare_content(){
|
prepare_content(){
|
||||||
if [ "${GEMINI_KILN_BUILD}" == "true" ]; then
|
if [ "${GEMINI_KILN_BUILD}" == "true" ]; then
|
||||||
echo "Building content with kiln..."
|
echo "Building content with kiln..."
|
||||||
kiln build
|
kiln build ${GEMINI_KILN_SRC}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue