diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index cd09c5fe5..3200b532a 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 ./lychee-config.toml './**/*.md' './**/*.html' + args: --config .github/workflows/lychee-config.toml './**/*.md' './**/*.html' # scheduled-link-check: # if: ${{ github.event_name == 'schedule' }}