Skip to content

Commit ea2bb2a

Browse files
don't check print page that is a copy of over pages
1 parent 16c3122 commit ea2bb2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lychee.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ exclude = [
1010
'^https://projects-docdb\.fnal\.gov'
1111
]
1212

13+
# don't check these files
14+
exclude_path = [
15+
# skip the "print.html" page generated by mdbook because it just repeats any previous errors
16+
'book/print.html'
17+
]

0 commit comments

Comments
 (0)