From d66bfc3eeaa6f63bb58b7b7669447157930c1c4d Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 18 Feb 2026 19:20:25 +0000 Subject: [PATCH] test --- .github/workflows/link_checker_report.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index 484e83abec3..a7baae7e614 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -37,16 +37,15 @@ jobs: --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' *.md - output: lychee-report.md - format: markdown - fail: true - jobSummary: false - debug: false + output: lychee-report.md + format: markdown + fail: true + jobSummary: false + debug: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Prepare Report - if: steps.lychee-check.outputs.exit_code != 0 + - name: Prepare Report run: | echo "## Link Resolution Note" > full-report.md echo "Local links and directory changes work differently on GitHub than on the docsite.You must ensure fixes pass the **GitHub check** and also work with **\`hugo server\`**." >> full-report.md