From 6b7aab15bcf77b6ad8e479248eeea8cce2b2dba2 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 5 Nov 2025 11:08:36 +0100 Subject: [PATCH 1/2] deploy.sh: HTML checker download URL changed --- resources.whatwg.org/build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.whatwg.org/build/deploy.sh b/resources.whatwg.org/build/deploy.sh index b3ea6d0c1..4d1ffa4f6 100644 --- a/resources.whatwg.org/build/deploy.sh +++ b/resources.whatwg.org/build/deploy.sh @@ -155,7 +155,7 @@ echo "" # Run the HTML checker only in CI if [[ "$GITHUB_ACTIONS" == "true" ]]; then header "Running the HTML checker..." - curlretry --fail --remote-name --location https://github.com/validator/validator/releases/download/latest/vnu.linux.zip + curlretry --fail --remote-name --location https://github.com/validator/validator/releases/latest/download/vnu.linux.zip unzip -q vnu.linux.zip if [ -f .htmlcheckerfilter ]; then ./vnu-runtime-image/bin/vnu --verbose --skip-non-html --Werror --filterfile .htmlcheckerfilter "$WEB_ROOT" From 054eeb8585e1730f973d8d15f3d4589c0eb33b81 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 5 Nov 2025 11:12:12 +0100 Subject: [PATCH 2/2] lol --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index aa6271f97..bdaee8d78 100755 --- a/deploy.sh +++ b/deploy.sh @@ -50,7 +50,7 @@ if [[ "$GITHUB_ACTIONS" == "true" ]]; then readarray -d '' TARGETS < <(find whatwg.org -maxdepth 1 -type f ! -name "*.*" ! -name "status-2008-12" -print0) TARGETS+=(whatwg.org/news whatwg.org/validator whatwg.org/index.html idea.whatwg.org/index.html spec.whatwg.org/index.html) - curl --retry 2 --fail --remote-name --location https://github.com/validator/validator/releases/download/latest/vnu.linux.zip + curl --retry 2 --fail --remote-name --location https://github.com/validator/validator/releases/latest/download/vnu.linux.zip unzip -qq vnu.linux.zip # shellcheck disable=SC1111 FILTER_PATTERN=".*Illegal character in fragment: “#” is not allowed.*"