From c8fec1490ae956ee50c353fd88039b80de173c23 Mon Sep 17 00:00:00 2001 From: swyx Date: Mon, 24 Aug 2020 18:05:16 +0800 Subject: [PATCH] netlify.toml --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index 88c1f930..cf9f2912 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,9 @@ # This is where we will look for package.json/.nvmrc/etc. base = "website" + # otherwise netlify keeps ignoring changes in /docs + ignore = "/bin/false" + # Directory (relative to root of your repo) that contains the deploy-ready # HTML files and assets generated by the build. If a base directory has # been specified, include it in the publish directory path.