fix(deploy): Restore Clever Cloud configuration for deployment
parent
8c2217cf7f
commit
88c1af5103
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"build": {
|
||||
"type": "pip"
|
||||
},
|
||||
"deploy": {
|
||||
"hooks": {
|
||||
"pre_run": [
|
||||
"mkdocs build"
|
||||
]
|
||||
},
|
||||
"start": "python -m http.server $PORT --directory site"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue