1
0
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:
Álvaro Mondéjar Rubio 2024-10-13 18:55:51 +02:00 committed by GitHub
parent e1bd4104b1
commit 01a5f11457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 -- \