Merge pull request #231 from openziti/vercel-ignore-ghpages-try-again

tell vercel to ignore the gh-pages branch
This commit is contained in:
Ken Bingham 2023-02-10 21:43:38 -05:00 committed by GitHub
commit 11e6053912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
}