fix spelling error in gh-pages branch name

This commit is contained in:
Kenneth Bingham 2023-01-31 14:43:43 -05:00
parent f886fe137b
commit 74a2a66e83

View File

@ -6,5 +6,5 @@
},
"cleanUrls": false,
"public": true,
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh_pages)$ ]] || git diff --quiet HEAD^ HEAD -- ./website/ ./docs/"
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ./website/ ./docs/"
}