mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
10 lines
242 B
JSON
10 lines
242 B
JSON
{
|
|
"buildCommand": "./gradlew -PuseSystemNode=true :docs-website:build",
|
|
"github": {
|
|
"silent": true,
|
|
"autoJobCancelation": true
|
|
},
|
|
"installCommand": "./docs-website/vercel-setup.sh",
|
|
"outputDirectory": "docs-website/build"
|
|
}
|