Skip to content

Commit ebbb0d4

Browse files
authored
chore(ci): update link-checker to v1.2.5 (#6602)
Update link-checker to v1.2.5 which adds --root-dir support for lychee v0.22.0+. This fixes CI failures caused by lychee v0.22.0 (released Dec 5, 2025) requiring --root-dir to resolve root-relative links in local files. The link-checker now automatically sets --root-dir to the Hugo public/ directory when checking local HTML files. Fixes failures for PRs touching /telegraf/v1 and /influxdb3/explorer paths.
1 parent a02601e commit ebbb0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
curl -L -H "Accept: application/vnd.github+json" \
9696
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
9797
-o link-checker-info.json \
98-
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.4"
98+
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.5"
9999
100100
# Extract download URL for linux binary
101101
DOWNLOAD_URL=$(jq -r '.assets[] | select(.name | test("link-checker.*linux")) | .url' link-checker-info.json)

0 commit comments

Comments
 (0)