From d7415f1c8c5a231a1e82ead3cac804422d71920b Mon Sep 17 00:00:00 2001 From: atteggiani Date: Fri, 26 Apr 2024 11:17:09 +1000 Subject: [PATCH] testing link checker --- .github/workflows/check_links.yml | 2 +- .github/workflows/lychee-config.toml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 3200b532a..6be2b7ef4 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -20,7 +20,7 @@ jobs: fail: true format: 'markdown' jobSummary: false - args: --config .github/workflows/lychee-config.toml './**/*.md' './**/*.html' + args: --config .github/workflows/lychee-config.toml './docs/**/*.md' './docs/**/*.html' # scheduled-link-check: # if: ${{ github.event_name == 'schedule' }} diff --git a/.github/workflows/lychee-config.toml b/.github/workflows/lychee-config.toml index bf3fff435..46e1a4498 100644 --- a/.github/workflows/lychee-config.toml +++ b/.github/workflows/lychee-config.toml @@ -7,14 +7,6 @@ exclude = [ '^http://127\.0\.0\.1:8000', ] -# Exclude file path from getting checked -exclude_path = [ - './drafts/**', -] - -# Set output file of status report -output = ".github/workflows/link-checker-report" - # Set verbose level verbose = "info"