Skip to content

Commit 542552c

Browse files
authored
Merge pull request #65 from objectstack-ai/copilot/update-action-workflow-step
2 parents eab5289 + 456e23e commit 542552c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check links in Markdown files
2626
uses: lycheeverse/lychee-action@v2
2727
with:
28-
args: --verbose --no-progress --exclude-mail '**/*.md' 'docs/**/*.md'
28+
args: --verbose --no-progress '**/*.md' 'docs/**/*.md'
2929
fail: true
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)