From 7b9f40d1088399cfd3ade58c9a9c3c41bfc772f4 Mon Sep 17 00:00:00 2001 From: TCMO <92638966+TC-MO@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:05:28 +0100 Subject: [PATCH] remove trailing slash from base arg --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 380939026..f087d0b01 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -11,4 +11,4 @@ jobs: - uses: lycheeverse/lychee-action@v1.9.0 with: fail: true - args: --base https://docs.apify.com/ sources/ --verbose --no-progress './**/*.md' './**/*.mdx' + args: --base https://docs.apify.com sources/ --verbose --no-progress './**/*.md' './**/*.mdx'