mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Update links.yml
This commit is contained in:
parent
762c085f38
commit
c05482adaa
7
.github/workflows/links.yml
vendored
7
.github/workflows/links.yml
vendored
@ -25,8 +25,11 @@ jobs:
|
||||
- name: Find all markdown files
|
||||
id: find_files
|
||||
run: |
|
||||
echo '::set-output files=$(find . -name "*.md")'
|
||||
find . -name "*.md"
|
||||
echo '::set-output name=files::$(find . -name "*.md")'
|
||||
|
||||
- name: test output
|
||||
run: |
|
||||
echo ${{steps.find_files.outputs.files}}
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
Loading…
Reference in New Issue
Block a user