diff --git a/.github/workflows/ci-linkchecks.yml b/.github/workflows/ci-linkchecks.yml index f85f10dd1c..10a89baa3f 100644 --- a/.github/workflows/ci-linkchecks.yml +++ b/.github/workflows/ci-linkchecks.yml @@ -18,7 +18,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false - args: "'./docs/**/*.rst' './docs/**/*.inc'" + args: "--verbose './docs/**/*.rst' './docs/**/*.inc'" - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0