mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 01:44:12 +03:00
Use lychee config file (#12006)
This commit is contained in:
parent
051f5f5c6b
commit
c2fa1b851f
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -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
1
lychee.toml
Normal file
@ -0,0 +1 @@
|
||||
exclude = ['^https://www\.similarweb\.com', '^https://www\.figma\.com/community/plugin']
|
Loading…
Reference in New Issue
Block a user