mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"framework": "docusaurus-2",
|
|
"outputDirectory": "build",
|
|
"github": {
|
|
"silent": false
|
|
},
|
|
"cleanUrls": false,
|
|
"public": true,
|
|
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
|
|
}
|