We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0b2f commit c3fc73cCopy full SHA for c3fc73c
1 file changed
.github/workflows/broken-links.yml
@@ -49,4 +49,4 @@ jobs:
49
with:
50
fail: true
51
# 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 _pages/projects.md --exclude-path _posts --exclude-path _draftpages --verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/blog/*
+ args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _data/coauthors.yml --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _pages/projects.md --exclude-path _posts --exclude-path _draftpages --verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/blog/*
0 commit comments