8 lines
308 B
JSON
8 lines
308 B
JSON
![]() |
{
|
|||
|
"name": "0-timeline", # your app’s name on Clever Cloud
|
|||
|
"type": "static", # static site type
|
|||
|
"buildCommand": "pip install -r requirements.txt && mkdocs build",
|
|||
|
"publishDir": "site",
|
|||
|
"branch": "master" # the branch you’ll push
|
|||
|
}
|