diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index f2daa085a3..2cbb73307b 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -42,10 +42,10 @@ jobs: --cache --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' - --format markdown # Ensure the output is readable Markdown - --output ./lychee-report.md README.md docs/ + output: lychee-report.md + format: markdown fail: true # Mark the step outcome as 'failure' internally jobSummary: false # IMPORTANT: Don't write the report yet! debug: false