Skip to content

Commit 6c50a82

Browse files
authored
Change url-ignore option to ignore-urls in workflow
For 4+ we need to change url-ignore to ignore-urls.
1 parent e8dd2d0 commit 6c50a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
htmlproofer ./site \
6060
--assume-extension \
6161
--check-external-hash \
62-
--url-ignore "$URL_IGNORE"
62+
--ignore-urls "$URL_IGNORE"

0 commit comments

Comments
 (0)