diff --git a/.github/workflows/check-links-quickly.yaml b/.github/workflows/check-links-quickly.yaml index a41f8cc1..fda18ef3 100644 --- a/.github/workflows/check-links-quickly.yaml +++ b/.github/workflows/check-links-quickly.yaml @@ -29,7 +29,7 @@ jobs: uses: lycheeverse/lychee-action@v1.8.0 with: fail: true - args: "--base . --verbose --no-progress --cache --max-cache-age 1d './**/*.md'" + args: "--base . --verbose --no-progress --cache --max-cache-age 3d './**/*.md'" - name: Save lychee cache uses: actions/cache/save@v3 diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index b3df382d..8f5bb3f6 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -26,7 +26,7 @@ jobs: - name: Run lychee uses: lycheeverse/lychee-action@v1.8.0 with: - args: "--base . --verbose --no-progress --cache --max-cache-age 1d './**/*.md'" + args: "--base . --verbose --no-progress --cache --max-cache-age 3d './**/*.md'" - name: Save lychee cache uses: actions/cache/save@v3