mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 18:20:51 +01:00
Merge pull request #231 from openziti/vercel-ignore-ghpages-try-again
tell vercel to ignore the gh-pages branch
This commit is contained in:
commit
11e6053912
@ -6,5 +6,5 @@
|
||||
},
|
||||
"cleanUrls": false,
|
||||
"public": true,
|
||||
"ignoreCommand": "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