Skip to content

Commit 724550b

Browse files
timeout and cache changes
1 parent 702a6de commit 724550b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/lychee.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
output: ../lychee/out.md
1919
args: >
2020
--cache
21-
--max-cache-age 1d
21+
--max-cache-age 12h
2222
--no-progress
2323
--accept 200,201,204,304,403,429
2424
--timeout 20
25-
--max-retries 3
25+
--max-retries 5
26+
--retry-wait-time 5
2627
--max-concurrency 16
2728
--exclude 'http://localhost.*'
2829
--exclude 'https://localhost.*'
@@ -31,7 +32,7 @@ jobs:
3132
--exclude 'https://www.gnu.org/.*'
3233
--exclude 'https://www.cockroachlabs.com/.*'
3334
--exclude '^/.*'
34-
'./**/*.md' './**/*.mdx' './**/*.html'
35+
'./**/*.md' './**/*.mdx'
3536
workingDirectory: "content"
3637
env:
3738
GITHUB_TOKEN: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)