From 39537cbd306d2997ac272949ac8d36b577ab4298 Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 19 Jan 2022 08:33:19 +0100 Subject: [PATCH] Update --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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