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
c05482adaa
commit
455a4f1d67
6
.github/workflows/links.yml
vendored
6
.github/workflows/links.yml
vendored
@ -25,11 +25,7 @@ jobs:
|
||||
- name: Find all markdown files
|
||||
id: find_files
|
||||
run: |
|
||||
echo '::set-output name=files::$(find . -name "*.md")'
|
||||
|
||||
- name: test output
|
||||
run: |
|
||||
echo ${{steps.find_files.outputs.files}}
|
||||
echo "::set-output name=files::$(find . -name '*.md')"
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
Loading…
Reference in New Issue
Block a user