mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-17 02:44:07 +00:00
Update links.yml
This commit is contained in:
parent
4ac2aa3193
commit
762c085f38
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
@ -24,7 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Find all markdown files
|
- name: Find all markdown files
|
||||||
id: find_files
|
id: find_files
|
||||||
run: echo '::set-output files=$(find . -name "*.md")'
|
run: |
|
||||||
|
echo '::set-output files=$(find . -name "*.md")'
|
||||||
|
find . -name "*.md"
|
||||||
|
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
|
Loading…
Reference in New Issue
Block a user