Skip to content

Commit 40b7abe

Browse files
authored
Update netlify.toml
1 parent 9da7e8a commit 40b7abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netlify.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[build]
33
command = "make docs"
44
publish = "site"
5-
environment = { PYTHON_VERSION = "3.8" }
5+
[build.environment]
6+
PYTHON_VERSION = "3.8"
7+
GO_VERSION = "1.21.4"
68

79
# Standard Netlify redirects
810
[[redirects]]

0 commit comments

Comments
 (0)