mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01: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…
Reference in New Issue
Block a user