Specify a Ruby version for netlify

This commit is contained in:
zacharysarah 2020-07-03 13:21:24 -07:00
parent 5296a0f26c
commit 21f2e10998
1 changed files with 1 additions and 0 deletions

View File

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