Upgrade Hugo to v0.49.2 (#102)

This commit is contained in:
Khosrow Moossavi 2018-10-14 21:19:57 -04:00 committed by Luiz F. A. de Prá
parent 2a9b72d2ac
commit 24c0c2fcc1
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.49/extended
0.49.2/extended

View File

@ -3,10 +3,10 @@
command = "make prepare && hugo --source demo --baseURL $URL"
[context.production.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.49.2"
[context.deploy-preview]
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.49.2"