From 71f44a15c60f60f0e3b1ddf8d87a7c8b8773d2b2 Mon Sep 17 00:00:00 2001 From: "borondics.accounts@gmail.com" Date: Fri, 21 Jul 2023 15:28:16 +0200 Subject: [PATCH] Bumped Lychee version to latest --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4f25d33e..03d1d4bb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Link Checker - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v1.8.0 with: args: "--verbose --no-progress './public/**/*.html'" - fail: true \ No newline at end of file + fail: true