build docs when any markdown changes so we can import them in docusaurus

This commit is contained in:
Kenneth Bingham 2024-04-26 14:42:23 -04:00
parent 4e62ec7b24
commit a770cbc882
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -6,5 +6,5 @@
},
"cleanUrls": false,
"public": true,
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/ ../**/*.md"
}