Skip to content

Commit c459922

Browse files
upgrade hugo from 0.70 to 0.73 (#3350)
1 parent c4df8d2 commit c459922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/check-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ source ./hack/lib/common.sh
66

77
header_text "Building the site and checking links"
88
docker volume create sdk-html
9-
docker run --rm -v "$(pwd):/src" -v sdk-html:/target klakegg/hugo:0.70.0-ext-ubuntu -s website
9+
docker run --rm -v "$(pwd):/src" -v sdk-html:/target klakegg/hugo:0.73.0-ext-ubuntu -s website
1010
docker run --rm -v sdk-html:/target mtlynch/htmlproofer /target --empty-alt-ignore --http-status-ignore 429 --allow_hash_href
1111
docker volume rm sdk-html

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# "production" environment specific build settings
1111
[build.environment]
1212
HUGO_ENV = "production"
13-
HUGO_VERSION = "0.70.0"
13+
HUGO_VERSION = "0.73.0"

0 commit comments

Comments
 (0)