Skip to content

Commit 6af65d1

Browse files
committed
Re-enable Netlify docs builds
1 parent 74d3baa commit 6af65d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

netlify.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
base = "website"
33
publish = "build"
44
command = "npm run netlify-build && cp _redirects ./build"
5-
#ignore = "git diff --quiet HEAD^ HEAD docs website"
6-
ignore = "true"
5+
ignore = "git diff --quiet HEAD^ HEAD docs website"
76

87
[build.environment]
9-
NODE_VERSION = "10"
8+
NODE_VERSION = "14"

0 commit comments

Comments
 (0)