We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf1c6a commit 2bf4c7fCopy full SHA for 2bf4c7f
netlify.toml
@@ -1,11 +1,11 @@
1
[context.production.environment]
2
- HUGO_VERSION = "0.105.0"
+ HUGO_VERSION = "0.106.0"
3
4
[context.deploy-preview.environment]
5
6
7
[context.branch-deploy.environment]
8
9
10
[context.deploy-preview]
11
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"
@@ -17,4 +17,4 @@ command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo
17
[[plugins]]
18
package = "@algolia/netlify-plugin-crawler"
19
[plugins.inputs]
20
- branches = ["main"]
+ branches = ["main"]
0 commit comments