1
1
mirror of https://github.com/openziti/zrok.git synced 2025-07-11 19:55:16 +02:00

Merge branch 'main' of github.com:openziti/zrok

This commit is contained in:
Michael Quigley
2023-02-01 13:47:13 -05:00

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