Set user agent for lychee (#2368)
See: https://github.com/alshedivat/al-folio/discussions/2366 See: https://github.com/lycheeverse/lychee/issues/1411
This commit is contained in:
parent
a29e24a46b
commit
492c509646
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
with:
|
||||
fail: true
|
||||
# removed md files that include liquid tags
|
||||
args: --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --verbose --no-progress './**/*.md' './**/*.html'
|
||||
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 --verbose --no-progress './**/*.md' './**/*.html'
|
||||
|
|
|
|||
Loading…
Reference in New Issue