mirror of
https://github.com/openziti/zrok.git
synced 2025-01-22 22:09:03 +01:00
Merge pull request #202 from openziti/vercel-ignore-non-docs-changes
change Vercel ignoreCommand to run from inside top-level dir ./website/
This commit is contained in:
commit
d9adbaec29
@ -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/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user