Skip to content

Commit 0c3a04f

Browse files
committed
add user agent flag & slightly increase timeout
1 parent e3cee45 commit 0c3a04f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lychee.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
--max-retries 6
4747
--verbose
4848
--no-progress
49-
--timeout '45'
49+
--user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'
50+
--timeout '60'
5051
--accept '100..=103,200..=299,403..=403,429'
5152
--format markdown
5253
'./build/**/*.html'

0 commit comments

Comments
 (0)