From e11079d88170045025831756aef82a884a8905f6 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Wed, 5 Nov 2025 11:08:05 +0100 Subject: [PATCH] Fix vnu download link in deploy scripts --- deploy.sh | 2 +- resources.whatwg.org/build/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.*" 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"