We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78482b commit f82e84cCopy full SHA for f82e84c
.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 _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html'
+ args: --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' --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 './**/*.md' './**/*.html'
0 commit comments