From 6ea694aac0e367c6f262a20673075bc6cac94cf2 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Tue, 1 Mar 2022 19:19:12 +0000 Subject: [PATCH] Always deploy the docs The default ignore gets applied and then we have a similar behaviour to what https://github.com/dagger/dagger/pull/1591 was attempting to fix. We hope that this will fix it for good. Signed-off-by: Gerhard Lazu (cherry picked from commit 24333d1a5ae3f0366762c823f1039241b5a64106) --- website/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/netlify.toml b/website/netlify.toml index ba17fe5c..575fd8b5 100644 --- a/website/netlify.toml +++ b/website/netlify.toml @@ -4,9 +4,11 @@ environment = { NODE_VERSION = "16.13.1" } [context.production] + ignore = "false" [context.deploy-preview] command = "yarn build:withoutAuth" + ignore = "false" [[redirects]] # Embargoes compliance. DO NOT REMOVE