Upgrade Hugo to v0.49.2 (#102)
This commit is contained in:
parent
2a9b72d2ac
commit
24c0c2fcc1
|
@ -1 +1 @@
|
|||
0.49/extended
|
||||
0.49.2/extended
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue