chore: move to lychee config
Some checks failed
Deploy / build (20) (push) Has been cancelled

This commit is contained in:
taskylizard 2024-11-07 14:21:25 +00:00
parent 67eb70a3ed
commit a0d618cb20
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --base . --verbose --no-progress './docs/*.md'
args: -c lychee.toml './docs/*.md'
token: ${{ secrets.CUSTOM_TOKEN }}
fail: false

View File

@ -1,6 +1,8 @@
cache = true
max_cache_age = "2d"
skip_missing = true
log_level = "verbose"
no_progress = true
# Stealth
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0"