We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414a31a commit 936ded4Copy full SHA for 936ded4
netlify.toml
@@ -3,6 +3,9 @@
3
# This is where we will look for package.json/.nvmrc/etc.
4
base = "website"
5
6
+ # otherwise netlify keeps ignoring changes in /docs
7
+ ignore = "/bin/false"
8
+
9
# Directory (relative to root of your repo) that contains the deploy-ready
10
# HTML files and assets generated by the build. If a base directory has
11
# been specified, include it in the publish directory path.
0 commit comments