diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 5e2227c..bcccbb3 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -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 diff --git a/lychee.toml b/lychee.toml index 14e7db4..74023ab 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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"