There was an error while loading. Please reload this page.
1 parent c4df8d2 commit c459922Copy full SHA for c459922
hack/check-links.sh
@@ -6,6 +6,6 @@ source ./hack/lib/common.sh
6
7
header_text "Building the site and checking links"
8
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
+docker run --rm -v "$(pwd):/src" -v sdk-html:/target klakegg/hugo:0.73.0-ext-ubuntu -s website
10
docker run --rm -v sdk-html:/target mtlynch/htmlproofer /target --empty-alt-ignore --http-status-ignore 429 --allow_hash_href
11
docker volume rm sdk-html
netlify.toml
@@ -10,4 +10,4 @@
# "production" environment specific build settings
[build.environment]
12
HUGO_ENV = "production"
13
- HUGO_VERSION = "0.70.0"
+ HUGO_VERSION = "0.73.0"
0 commit comments