Skip to content

Commit

Permalink
fix: 🐛 change netlify context to deploy with auth
Browse files Browse the repository at this point in the history
Signed-off-by: jffarge <jf@dagger.io>
  • Loading branch information
slumbering committed Jun 24, 2021
1 parent 77e5b2f commit af7df8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/netlify.toml
Expand Up @@ -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"
Expand Down

0 comments on commit af7df8c

Please sign in to comment.