mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 15:44:29 +01:00
Update: hugo version env
This commit is contained in:
parent
2258a6c908
commit
11afd46832
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "v0.108.0"
|
||||
HUGO_VERSION = "v0.111.0"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
|
@ -11,10 +11,10 @@
|
|||
command = "hugo --minify"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "v0.108.0"
|
||||
HUGO_VERSION = "v0.111.0"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "v0.108.0"
|
||||
HUGO_VERSION = "v0.111.0"
|
||||
|
|
Loading…
Reference in a new issue