From 31db21cf0db8d3bc2c2c95ffc2e1576f2d6495b9 Mon Sep 17 00:00:00 2001 From: atteggiani Date: Fri, 26 Apr 2024 09:53:58 +1000 Subject: [PATCH] testing link checker --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 0f0aae76d..efbed02d5 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -21,7 +21,7 @@ jobs: format: 'markdown' jobSummary: false # args: --config .github/workflows/lychee-config.toml './**/*.md' './**/*.html' - args: --config .github/workflows/lychee-config.toml './models/configurations/access-om.md' + args: --config .github/workflows/lychee-config.toml 'docs/models/configurations/access-om.md' # scheduled-link-check: # if: ${{ github.event_name == 'schedule' }}