We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9547fd9 commit 1cf3d8fCopy full SHA for 1cf3d8f
.github/workflows/check_links.yaml
@@ -24,7 +24,7 @@ jobs:
24
restore-keys: cache-lychee-
25
- name: Link Checker
26
id: lychee
27
- uses: lycheeverse/lychee-action@v1.10.0
+ uses: lycheeverse/lychee-action@v2.3.0
28
with:
29
fail: true
30
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore
0 commit comments