tell vercel to ignore the gh-pages branch

This commit is contained in:
Kenneth Bingham 2023-02-10 21:35:19 -05:00
parent cc1c7afe57
commit a4c171d7b8
No known key found for this signature in database
GPG Key ID: 31709281860130B6

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