adding .fleek.json for auto build mdbook Proof of Concept

This commit is contained in:
itzelot01 2023-11-09 21:04:22 +00:00
parent 6c1e603954
commit eddf1f454b
1 changed files with 11 additions and 0 deletions

11
.fleek.json Normal file
View File

@ -0,0 +1,11 @@
{
"build": {
"image": "peaceiris/mdbook",
"command": "mdbook build",
"publicDir": "docs",
"baseDir": "book",
"environment": {
"SOME_ENV": "Build finished!"
}
}