try again to ignore gh-pages

This commit is contained in:
Kenneth Bingham 2023-02-21 20:43:18 -05:00
parent 64bcf3b715
commit 1b0dd6a03d
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": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
}