From 2f01da3bd012880fa6a39aca36bfa01318588eaa Mon Sep 17 00:00:00 2001 From: Jonas Maison Date: Fri, 21 Jun 2024 08:46:47 +0200 Subject: [PATCH] Update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923a331..d5297e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --cache --suggest --archive wayback --github-token ${{ secrets.GITHUB_TOKEN }} --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" + args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --cache --max-cache-age 3d --suggest --archive wayback --github-token ${{ secrets.GITHUB_TOKEN }} --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 - name: Save lychee cache uses: actions/cache/save@v4