diff --git a/.github/workflows/markdown_files_link_check.yaml b/.github/workflows/markdown_files_link_check.yaml index 4ae67a5f..2500ed9f 100644 --- a/.github/workflows/markdown_files_link_check.yaml +++ b/.github/workflows/markdown_files_link_check.yaml @@ -37,8 +37,8 @@ jobs: run: | # Find all .md files and check their links find . -name "*.md" | while read file; do - echo "Checking $file" if [ markdown-link-check "$file" -c .github/workflows/.markdown-link-check.json -q ]; then + echo "Checking $file" echo ------------------------------------- echo "$file contains broken links" echo -------------------------------------