We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439fa30 commit ff87aeeCopy full SHA for ff87aee
.github/workflows/build_and_test_website.yml
@@ -24,5 +24,5 @@ jobs:
24
# The directory to scan
25
directory: "${{ github.workspace }}/_site"
26
# To do not check old blog entry
27
- arguments: --allow_hash_href --only_4xx --file_ignore /blog/201[0-7]/
+ arguments: --allow_hash_href --only_4xx --ignore_files /blog/201[0-7]/
28
0 commit comments