DAG 10400 - minor changes of release notes and lychee config (#221)

This commit is contained in:
Rizwan Hasan
2022-04-06 12:23:42 +06:00
committed by GitHub
parent 0af1f811fe
commit 8151431f90
2 changed files with 4 additions and 4 deletions

View File

@@ -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