diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 28fe410..f0d5839 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,6 +14,8 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1 + with: + args: --exclude https://example.com/README.md - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2