Update HUGO_VERSION

This commit is contained in:
peaceiris
2019-01-05 21:57:13 +09:00
committed by Bjørn Erik Pedersen
parent 2abd031ae7
commit 110ed19eed
@@ -67,14 +67,14 @@ For production:
```
[context.production.environment]
HUGO_VERSION = "0.36"
HUGO_VERSION = "0.53"
```
For testing:
```
[context.deploy-preview.environment]
HUGO_VERSION = "0.36"
HUGO_VERSION = "0.53"
```
The Netlify configuration file can be a little hard to understand and get right for the different environment, and you may get some inspiration and tips from this site's `netlify.toml`: