From 5c51206146b3ca57a8c2cc0ffebe48683098007d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 22 May 2024 11:59:52 -0300 Subject: [PATCH] tools: Update htmlproofer arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- tools/populate-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/populate-docs.sh b/tools/populate-docs.sh index 8db5dd13..a4473a71 100755 --- a/tools/populate-docs.sh +++ b/tools/populate-docs.sh @@ -13,4 +13,4 @@ src/generate-markdown.py --output-directory=docs mkdocs build -htmlproofer --empty-alt-ignore --file-ignore "./ping-protocol/404.html" --url-ignore "https://fonts.gstatic.com" || exit 1 +htmlproofer --ignore-empty-alt --file-ignore "./ping-protocol/404.html" --ignore-urls "https://fonts.gstatic.com" || exit 1