Update links.yml

This commit is contained in:
Jake Henning
2021-12-27 19:32:26 +02:00
committed by GitHub
parent 4d033763d4
commit 192372170f

View File

@@ -25,7 +25,7 @@ jobs:
- name: Find all markdown files
id: find_files
run: |
echo "::set-output name=files::$(find . -name '*.md' | tr '\n' ' ')"
echo "::set-output name=files::$(find . -name '*.md' | sed 's/^/\"/;s/$/\"/' | tr '\n' ' ')"
- name: Link Checker
id: lychee