mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02: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
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check documentation links
|
||||
if: steps.changes.outputs.docs == true
|
||||
if: steps.changes.outputs.docs == 'true'
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
args: --exclude ^https://www.similarweb.com -- \
|
||||
|
Loading…
Reference in New Issue
Block a user