mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
change Vercel ignoreCommand to run from inside top-level dir ./website/
This commit is contained in:
parent
74a2a66e83
commit
048b6471e6
@ -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