From d377e19c23dcc45ff2238bb7f54109f85699777b Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Thu, 6 Mar 2025 20:14:27 -0800 Subject: [PATCH] Update link-check.yml #664 --- .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 9359599c..63150804 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -34,7 +34,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: _site --exclude '^https://www\.linkedin\.com/in/rehan-butt/' --exclude '^https://codepen\.io/rehanbutt' --exclude '^https://instagram\.com/naher94' --mode task + args: _site --exclude '^https://www\.linkedin\.com/in/rehan-butt/' --exclude '^https://codepen\.io/rehanbutt' --exclude '^https://instagram\.com/naher94' fail: false - name: Create Issue From File