From c940b977ae6104a48a32fe92dccddbe102dcc056 Mon Sep 17 00:00:00 2001 From: Thom Ivy <38070512+thomivy@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:32:45 -0600 Subject: [PATCH] added base path to --base flag --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c24a63be..44339f68 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -61,7 +61,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.9.0 with: - args: --base --verbose --no-progress './**/*.md' './**/*.html' './**/*.mdx' + args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.mdx' fail: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}