mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 00:07:04 +02: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…
x
Reference in New Issue
Block a user