Skip to content

Commit 0ac8192

Browse files
authored
Merge pull request #285 from wmariuss/update/links-validator
Update links-validator.yml
2 parents 143d013 + 4c97c6c commit 0ac8192

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/links-validator.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Restore lychee cache
18-
uses: actions/cache@v4
19-
with:
20-
path: .lycheecache
21-
key: cache-lychee-${{ github.sha }}
22-
restore-keys: cache-lychee-
23-
2417
- name: Check links
2518
uses: lycheeverse/lychee-action@v2.6.1
2619
env:
2720
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2821
with:
29-
args: "--verbose --no-progress --timeout 10 --max-concurrency 2 -- './**/*.md' --cache --max-cache-age 1d ."
22+
args: "--verbose --no-progress --timeout 10 --max-concurrency 2 -- './**/*.md'"
3023
output: ./lychee/out.md
3124

3225
- name: Get current date

0 commit comments

Comments
 (0)