Use lychee config file (#12006)

This commit is contained in:
LitoMore 2024-10-14 02:23:50 +08:00 committed by GitHub
parent 051f5f5c6b
commit c2fa1b851f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
if: steps.changes.outputs.docs == 'true'
uses: lycheeverse/lychee-action@v2
with:
args: --exclude ^https://www.similarweb.com -- ${{ steps.changes.outputs.docs_files }}
args: -- ${{ steps.changes.outputs.docs_files }}
fail: ${{ github.ref != 'refs/heads/develop' }}
jobSummary: true
format: markdown

1
lychee.toml Normal file
View File

@ -0,0 +1 @@
exclude = ['^https://www\.similarweb\.com', '^https://www\.figma\.com/community/plugin']