mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 23:20:04 +01:00
tell vercel to ignore the gh-pages branch
This commit is contained in:
parent
cc1c7afe57
commit
a4c171d7b8
@ -6,5 +6,5 @@
|
||||
},
|
||||
"cleanUrls": false,
|
||||
"public": true,
|
||||
"ignoreCommand": "git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
|
||||
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user