From 67a8c9d80a8af196a30bf945396c6968aae060c2 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 1 Sep 2025 12:40:55 +0200 Subject: [PATCH] Update Link Checker --- .github/workflows/main.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d3c86b2..f4d24727 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: lycheeverse/lychee-action@v2.0.2 + + - name: Run lychee link checker + uses: lycheeverse/lychee-action@v2.0.2 + continue-on-error: true with: - args: --verbose README.md + args: > + --verbose + --retry-wait-time 10 + --max-retries 3 + README.md