From a0d618cb20e6a434eb2d2cafc9fadd21ac443eae Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:21:25 +0000 Subject: [PATCH] chore: move to lychee config --- .github/workflows/lychee.yml | 2 +- lychee.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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"