fix: 🐛 change netlify context to deploy with auth
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
77e5b2f938
commit
af7df8c421
@ -17,6 +17,12 @@
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../docs/"
|
||||
command = "yarn build:withoutAuth"
|
||||
|
||||
[context.docs-analytics]
|
||||
# Do not build the site if there's no site-related changes since the last
|
||||
# deploy.
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../docs/"
|
||||
command = "yarn build"
|
||||
|
||||
[[redirects]]
|
||||
from = "/github-proxy/*"
|
||||
to = "https://github.com/:splat"
|
||||
|
Reference in New Issue
Block a user