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"