Skip to content

Commit ff87aee

Browse files
authored
Update html check attribute
Attribute name changed : https://github.com/gjtorikian/html-proofer file_ignore to ignore_files
1 parent 439fa30 commit ff87aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
# The directory to scan
2525
directory: "${{ github.workspace }}/_site"
2626
# To do not check old blog entry
27-
arguments: --allow_hash_href --only_4xx --file_ignore /blog/201[0-7]/
27+
arguments: --allow_hash_href --only_4xx --ignore_files /blog/201[0-7]/
2828

0 commit comments

Comments
 (0)