Skip to content

Commit a1fb962

Browse files
committedMar 7, 2025·
Update link-check.yml
relates to #664 excludes linkedin and codepen urls
1 parent de7dcc4 commit a1fb962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/link-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: lychee
3535
uses: lycheeverse/lychee-action@v2
3636
with:
37-
args: _site --exclude '^https://www\.linkedin\.com'
37+
args: _site --exclude '^https://www\.linkedin\.com/in/rehan-butt/ ^https://codepen\.io/rehanbutt'
3838
fail: false
3939

4040
- name: Create Issue From File

0 commit comments

Comments
 (0)
Please sign in to comment.