mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Update links.yml
This commit is contained in:
parent
4d033763d4
commit
192372170f
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user