We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd2c54 commit 3b8fe25Copy full SHA for 3b8fe25
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Link Checker
19
- uses: lycheeverse/lychee-action@v1.8.0
+ uses: lycheeverse/lychee-action@v2.0.2
20
with:
21
args: --verbose --no-progress 'docs/**/*.md' --exclude-loopback --exclude 'docs/themes/**/*.md'
22
format: markdown
0 commit comments