Remove Ruby as a dependency from netlify.toml file

This commit is contained in:
Abigail McCarthy 2023-01-26 10:12:00 -05:00
parent ada42019ea
commit e03d7e4d24
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
[build.environment] [build.environment]
NODE_VERSION = "10.20.0" NODE_VERSION = "10.20.0"
HUGO_VERSION = "0.101.0" HUGO_VERSION = "0.101.0"
RUBY_VERSION = "3.0.1"
[context.production.environment] [context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/" HUGO_BASEURL = "https://kubernetes.io/"