From 7371e65dab76be2eb9fead1aff5f4deed8b72b46 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 1 Jan 2025 18:33:20 +0100 Subject: [PATCH] Add lychee --base arg Signed-off-by: Glenn Jocher --- .github/workflows/links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 12d5862fad..9de85d4c8a 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -74,7 +74,8 @@ jobs: rm -rf .lycheecache lychee \ - --scheme 'https' \ + --base "https://${{ matrix.website }}" \ + --scheme "https" \ --timeout 60 \ --insecure \ --accept 401,403,429,500,502,999 \