Force Clever Cloud to install requirements before building

master
Robbert Schep 2025-07-07 11:36:30 +02:00
parent 1d92c90966
commit 0682ab0765
1 changed files with 9 additions and 0 deletions

9
.clever.json Normal file
View File

@ -0,0 +1,9 @@
{
"apps": [{
"app_id": "app_3fc71684-b54a-480c-a511-76b8607a9a8d",
"build": {
"type": "static",
"cmd": "pip install -r requirements.txt && mkdocs build --site-dir cc_static_autobuilt"
}
}]
}