Skip to content

Commit bb50f04

Browse files
author
salacoste
committed
fix(ci): ignore non-existent intermediate documentation files
1 parent 2dcc3f5 commit bb50f04

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.markdown-link-check.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
},
3030
{
3131
"pattern": "^docs/faq.md$"
32+
},
33+
{
34+
"pattern": "^intermediate/error-handling.md$"
35+
},
36+
{
37+
"pattern": "^\\./examples/error-handling.ts$"
3238
}
3339
],
3440
"timeout": "10s",

0 commit comments

Comments
 (0)