From 9452b84de81c7d78ea6cd10225a6521614dda733 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 21 Jun 2021 13:21:48 +0200 Subject: [PATCH] docs: move netlify.toml to website Signed-off-by: Andrea Luzzardi --- netlify.toml => website/netlify.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename netlify.toml => website/netlify.toml (89%) diff --git a/netlify.toml b/website/netlify.toml similarity index 89% rename from netlify.toml rename to website/netlify.toml index 80a56210..703a4e4a 100644 --- a/netlify.toml +++ b/website/netlify.toml @@ -1,5 +1,4 @@ [build] - base = "website/" publish = "build/" command = "yarn build" @@ -10,12 +9,12 @@ # compare the current commit to the previous. # We can't use `$CACHED_COMMIT_REF` because that points to the PR preview # that was built before merging. - ignore = "git diff --quiet HEAD^ HEAD -- . ../docs/ ../netlify.toml" + ignore = "git diff --quiet HEAD^ HEAD -- . ../docs/" [context.deploy-preview] # 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/ ../netlify.toml" + ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../docs/" command = "yarn build:withoutAuth" [[redirects]]