Skip to content

Commit

Permalink
chore(ci): increase caching time for lychee cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 26, 2023
1 parent 50e6cde commit a57abe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-quickly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: lycheeverse/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run lychee
uses: lycheeverse/[email protected]
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
Expand Down

0 comments on commit a57abe5

Please sign in to comment.