mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-03-03 21:08:32 +03:00
Fix changed documentation files not detected on CI (#12004)
This commit is contained in:
parent
e1bd4104b1
commit
01a5f11457
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
# Authorise GitHub API requests for editorconfig-checker
|
# Authorise GitHub API requests for editorconfig-checker
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Check documentation links
|
- name: Check documentation links
|
||||||
if: steps.changes.outputs.docs == true
|
if: steps.changes.outputs.docs == 'true'
|
||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
args: --exclude ^https://www.similarweb.com -- \
|
args: --exclude ^https://www.similarweb.com -- \
|
||||||
|
Loading…
Reference in New Issue
Block a user