Skip to content

Commit

Permalink
chore: move to lychee config
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Nov 7, 2024
1 parent 67eb70a commit a0d618c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a0d618c

Please sign in to comment.