mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-22 21:29:52 +00:00
This commit is contained in:
parent
67eb70a3ed
commit
a0d618cb20
2
.github/workflows/lychee.yml
vendored
2
.github/workflows/lychee.yml
vendored
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user