Skip to content

Commit 2bf4c7f

Browse files
authored
Update netlify.toml (#287)
1 parent cdf1c6a commit 2bf4c7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[context.production.environment]
2-
HUGO_VERSION = "0.105.0"
2+
HUGO_VERSION = "0.106.0"
33

44
[context.deploy-preview.environment]
5-
HUGO_VERSION = "0.105.0"
5+
HUGO_VERSION = "0.106.0"
66

77
[context.branch-deploy.environment]
8-
HUGO_VERSION = "0.105.0"
8+
HUGO_VERSION = "0.106.0"
99

1010
[context.deploy-preview]
1111
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
1717
[[plugins]]
1818
package = "@algolia/netlify-plugin-crawler"
1919
[plugins.inputs]
20-
branches = ["main"]
20+
branches = ["main"]

0 commit comments

Comments
 (0)