diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index d374f41e8..4ba745161 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -32,7 +32,7 @@ jobs: uses: gaurav-nelson/github-action-markdown-link-check@master with: use-quiet-mode: 'yes' - use-verbose-mode: 'no' + use-verbose-mode: 'yes' # at any .md file change take the chance to check the links in all .md files check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json'