Skip to content

Commit 1366e5c

Browse files
committed
continue on error
1 parent b72a823 commit 1366e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: "🔎 Run Link Checker"
1616
# Pinned to a full commit SHA to satisfy the sha-ref validation error
1717
uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # v2
18+
continue-on-error: true
1819
with:
1920
# Points to your source files and uses your lycheerc config
2021
args: "--config ./.lycheerc ./src/content/**/*.md*"

0 commit comments

Comments
 (0)