{
"build": {
"type": "pip"
},
"deploy": {
"hooks": {
"pre_run": [
"mkdocs build"
]
"start": "python -m http.server $PORT --directory site"
}