From bbc5adab254ed809258cc4fbb201a3e129e45cc0 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 28 Aug 2024 11:56:30 +0200 Subject: [PATCH] Fix lychee exclude path --- lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 77df622..bcb4aea 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1 +1 @@ -exclude_path = ["heylogs-api/src/test/resources/.*","heylogs-ext-github/src/test/resources/.*","heylogs-ext-semver/src/test/resources/.*"] \ No newline at end of file +exclude_path = ["heylogs-api/src/test/resources/Main.md","heylogs-ext-github/src/test/resources/Main.md","heylogs-ext-semver/src/test/resources/Main.md"] \ No newline at end of file