mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-01-26 07:54:58 +01:00
Update: hugo version
This commit is contained in:
parent
981fff6d05
commit
9a6d63eedb
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
command = "hugo --minify"
|
command = "hugo --minify"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "v0.122.0"
|
HUGO_VERSION = "v0.129.0"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
|
@ -11,10 +11,10 @@
|
||||||
command = "hugo --minify"
|
command = "hugo --minify"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "v0.122.0"
|
HUGO_VERSION = "v0.129.0"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "hugo"
|
command = "hugo"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "v0.122.0"
|
HUGO_VERSION = "v0.12.0"
|
||||||
|
|
Loading…
Reference in a new issue