Skip to content

Commit 634f524

Browse files
tools: Update htmlproofer arguments
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 3d2266e commit 634f524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/populate-docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ src/generate-markdown.py --output-directory=docs
1313

1414
mkdocs build
1515

16-
htmlproofer --empty-alt-ignore --file-ignore "./ping-protocol/404.html" --url-ignore "https://fonts.gstatic.com" || exit 1
16+
htmlproofer --ignore-empty-alt --file-ignore "./ping-protocol/404.html" --ignore-urls "https://fonts.gstatic.com" || exit 1

0 commit comments

Comments
 (0)