14 lines
190 B
JSON
14 lines
190 B
JSON
![]() |
{
|
||
|
"build": {
|
||
|
"type": "pip"
|
||
|
},
|
||
|
"deploy": {
|
||
|
"hooks": {
|
||
|
"pre_run": [
|
||
|
"mkdocs build"
|
||
|
]
|
||
|
},
|
||
|
"start": "python -m http.server $PORT --directory site"
|
||
|
}
|
||
|
}
|