Skip to content

Commit 2101f83

Browse files
authored
Merge pull request #233 from gen0083/fix_amazon_link
update hugo version
2 parents 7025c7c + 6461e57 commit 2101f83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.hugo_build.lock

Whitespace-only changes.

netlify.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ publish = "public"
33
command = "hugo --gc"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.122.0"
6+
HUGO_VERSION = "0.123.7"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
99

1010
[context.split1]
1111
command = "hugo --gc--enableGitInfo"
1212

1313
[context.split1.environment]
14-
HUGO_VERSION = "0.122.0"
14+
HUGO_VERSION = "0.123.7"
1515
HUGO_ENV = "production"
1616

1717
[context.deploy-preview]
1818
command = "hugo --gc --buildFuture -b $DEPLOY_PRIME_URL"
1919

2020
[context.deploy-preview.environment]
21-
HUGO_VERSION = "0.122.0"
21+
HUGO_VERSION = "0.123.7"
2222

2323
[context.branch-deploy]
2424
command = "hugo --gc -b $DEPLOY_PRIME_URL"
2525

2626
[context.branch-deploy.environment]
27-
HUGO_VERSION = "0.122.0"
27+
HUGO_VERSION = "0.123.7"
2828

2929
[context.next.environment]
3030
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)