We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 143d013 + 4c97c6c commit 0ac8192Copy full SHA for 0ac8192
1 file changed
.github/workflows/links-validator.yml
@@ -14,19 +14,12 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
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
-
24
- name: Check links
25
uses: lycheeverse/lychee-action@v2.6.1
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
with:
29
- args: "--verbose --no-progress --timeout 10 --max-concurrency 2 -- './**/*.md' --cache --max-cache-age 1d ."
+ args: "--verbose --no-progress --timeout 10 --max-concurrency 2 -- './**/*.md'"
30
output: ./lychee/out.md
31
32
- name: Get current date
0 commit comments