From c2a48b60218b2e81cee463eac992e2841971e60e Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:00:26 +0200 Subject: [PATCH] add config --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index fc5ad663f6a..3e7f743c6a8 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,7 +25,7 @@ jobs: uses: lycheeverse/lychee-action@v1.9.0 with: fail: true - args: --base . --cache --max-cache-age 1d . --verbose --no-progress 'docs/**/*.md' 'versioned_docs/**/*.md' + args: -c ./lychee.toml --base . --cache --max-cache-age 1d . --verbose --no-progress 'docs/**/*.md' 'versioned_docs/**/*.md' # - name: Create Issue From File # if: env.lychee_exit_code != 0