We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72a823 commit 1366e5cCopy full SHA for 1366e5c
.github/workflows/link-checker.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: "🔎 Run Link Checker"
16
# Pinned to a full commit SHA to satisfy the sha-ref validation error
17
uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # v2
18
+ continue-on-error: true
19
with:
20
# Points to your source files and uses your lycheerc config
21
args: "--config ./.lycheerc ./src/content/**/*.md*"
0 commit comments