mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 04:02:15 +02:00
Merge pull request #196 from openziti/vercel-ignore-non-docs-changes
configure vercel to ignore commits that don't change the Docusaurus site
This commit is contained in:
commit
7028533d38
10
website/vercel.json
Normal file
10
website/vercel.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"framework": "docusaurus-2",
|
||||||
|
"outputDirectory": "build",
|
||||||
|
"github": {
|
||||||
|
"silent": false
|
||||||
|
},
|
||||||
|
"cleanUrls": false,
|
||||||
|
"public": true,
|
||||||
|
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ./website/ ./docs/"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user