Add static site config for Clever Cloud
parent
8d54a72abb
commit
da7fec445f
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in New Issue