mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-12-21 05:01:55 +00:00
Update hugo version
This commit is contained in:
parent
eda954cdd6
commit
6fa0de6a77
1 changed files with 2 additions and 1 deletions
|
@ -2,10 +2,11 @@
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "hugo -b $URL"
|
command = "hugo -b $URL"
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.110.0"
|
HUGO_VERSION = "0.124.1"
|
||||||
|
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
HUGO_VERSION = "0.124.1"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
command = "hugo -b $URL"
|
command = "hugo -b $URL"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue