Skip to content

Commit 078a234

Browse files
committed
Fix excluded path pattern in lychee.toml after lychee-action upgrade to 2.7.0.
1 parent f091818 commit 078a234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
exclude_path = [
22
# Do not check links in mdbook generated font license files
3-
"book/fonts/*LICENSE*.txt",
3+
"**/fonts/*LICENSE*.txt",
44
]

0 commit comments

Comments
 (0)