mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
configure vercel to ignore commits that don't change the Docusaurus site
This commit is contained in:
parent
98a4f9384a
commit
db72388229
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": "git diff --quiet HEAD^ HEAD -- ./website/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user