diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index b7ccf3f..cbe51b1 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -16,6 +16,6 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: --verbose --no-progress --exclude-file .lycheeignore spec/**/*.yaml + args: --verbose --no-progress spec/**/*.yaml --exclude-file .lycheeignore fail: true