adding .fleek.json for auto build mdbook Proof of Concept
This commit is contained in:
parent
6c1e603954
commit
eddf1f454b
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"image": "peaceiris/mdbook",
|
||||||
|
"command": "mdbook build",
|
||||||
|
"publicDir": "docs",
|
||||||
|
"baseDir": "book",
|
||||||
|
"environment": {
|
||||||
|
"SOME_ENV": "Build finished!"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue