Skip to content

Commit f00e3be

Browse files
committed
fix linkedin
1 parent a8f2520 commit f00e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
with:
5050
fail: true
5151
# removed md files that include liquid tags
52-
args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress --insecure './**/*.md' './**/*.html'
52+
args: --user-agent 'curl/7.54' --exclude ".*linkedin.com.*" --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress --insecure './**/*.md' './**/*.html'

0 commit comments

Comments
 (0)