From 91ccf4569c664b5a1ce387c5e2f06bcf9ae359e9 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Tue, 14 May 2024 15:02:15 +0300 Subject: [PATCH] Fix --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 80d19a7..f449505 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -33,7 +33,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html + args: --verbose --no-progress -- _site/**/*.html debug: true fail: true env: