Skip to content

Commit 054eeb8

Browse files
committed
lol
1 parent 6b7aab1 commit 054eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ "$GITHUB_ACTIONS" == "true" ]]; then
5050
readarray -d '' TARGETS < <(find whatwg.org -maxdepth 1 -type f ! -name "*.*" ! -name "status-2008-12" -print0)
5151
TARGETS+=(whatwg.org/news whatwg.org/validator whatwg.org/index.html idea.whatwg.org/index.html spec.whatwg.org/index.html)
5252

53-
curl --retry 2 --fail --remote-name --location https://github.com/validator/validator/releases/download/latest/vnu.linux.zip
53+
curl --retry 2 --fail --remote-name --location https://github.com/validator/validator/releases/latest/download/vnu.linux.zip
5454
unzip -qq vnu.linux.zip
5555
# shellcheck disable=SC1111
5656
FILTER_PATTERN=".*Illegal character in fragment: “#” is not allowed.*"

0 commit comments

Comments
 (0)