From a57abe529efe3a37477d0206960ae3e1b66d03a7 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Tue, 26 Dec 2023 01:04:48 +0100 Subject: [PATCH] chore(ci): increase caching time for lychee cache --- .github/workflows/check-links-quickly.yaml | 2 +- .github/workflows/check-links.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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