We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1207 commit 85bd93cCopy full SHA for 85bd93c
netlify.toml
@@ -1,18 +1,18 @@
1
[context.production.environment]
2
HUGO_VERSION = "0.119.0"
3
+ NODE_VERSION = "18"
4
5
[context.deploy-preview.environment]
6
7
8
9
[context.branch-deploy.environment]
10
-
-[context.deploy-preview]
11
-command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"
12
13
[build]
14
publish = "public"
15
- command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"
+ command = "cd themes/docsy && git submodule update -f --init && npm install && cd ../.. && hugo --gc --minify"
16
17
[[plugins]]
18
package = "@algolia/netlify-plugin-crawler"
0 commit comments