mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
DAG 10400 - minor changes of release notes and lychee config (#221)
This commit is contained in:
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Find all markdown files
|
||||
id: find_files
|
||||
run: echo "MD_FILES=$(find . -name '*.md' -type f -not -path '*/docs/release_notes*' | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV
|
||||
run: echo "MD_FILES=$(find . -name '*.md' -type f | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
||||
Reference in New Issue
Block a user