Skip to content

Commit 1391663

Browse files
authored
Merge pull request #75 from matthewfeickert/chore/update-hugo
MNT: Update Hugo deployment version to v0.152.2
2 parents d1f5caf + 8900641 commit 1391663

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
command = "hugo -F"
33

44
[context.production.environment]
5-
HUGO_VERSION = "0.147.9"
5+
HUGO_VERSION = "0.152.2"
66

77
[context.deploy-preview.environment]
8-
HUGO_VERSION = "0.147.9"
8+
HUGO_VERSION = "0.152.2"

pixi.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ description = "Get started"
1313
depends-on = ["serve"]
1414

1515
[dependencies]
16-
hugo = ">=0.147.9,<0.148"
16+
hugo = ">=0.152.2,<0.153"

0 commit comments

Comments
 (0)