From 056c10a1a9b9794e97f1850a978c11bf68e620a2 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Tue, 19 Nov 2024 15:27:32 -0800 Subject: [PATCH] Update lychee configuration --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 4f33a05..da7ac84 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -49,4 +49,4 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress 'public/**/*.html' \ No newline at end of file + args: --verbose --no-progress --exclude "https://neurodatawithoutborders.github.io/" 'public/**/*.html' \ No newline at end of file