We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd71bb commit 3b97059Copy full SHA for 3b97059
2 files changed
.github/workflows/link-checker-prs.yml
@@ -39,7 +39,7 @@ jobs:
39
name: Link Checker
40
uses: lycheeverse/lychee-action@v2.3.0
41
with:
42
- args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
+ args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
43
fail: true
44
jobSummary: true
45
env:
.github/workflows/links-fail-fast.yml
@@ -15,4 +15,4 @@ jobs:
15
16
17
18
- args: --verbose --no-progress --exclude-mail --exclude-path content/events/ content/learn/learning-path/ -- content
+ args: --verbose --no-progress --exclude-path content/events/ content/learn/learning-path/ -- content
0 commit comments