Skip to content

Commit 142fad2

Browse files
authored
fix: update lychee rules
1 parent b769a7f commit 142fad2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/links-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323
with:
24-
args: --verbose --no-progress --max-redirects 3 './**/*.md'
24+
args: --quiet --max-redirects 5 './**/*.md' --accept 100..=103,200..=299,301,302,520,521,522,524 --no-progress
2525
format: markdown
2626
fail: false
2727
output: lychee/results.md

.lycheeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ https://github.com/RapidAI/RapidOCRDocs/releases/*
99
https://github.com/RapidAI/RapidOCR/releases/*
1010
https://github.com/RapidAI/RapidOCRWeb/releases/*
1111
https://github.com/microsoft/onnxruntime/files/8772315/enable_cpu_memory_area_example.zip
12+
https://github.com/RapidAI/RapidOCRAPI/releases/*
13+
https://github.com/RapidAI/RapidOCR/assets/*

0 commit comments

Comments
 (0)