From 31ffdd209ceec0d40bc303ae09c11c5074f695e9 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 22 Jan 2026 10:59:23 +0100 Subject: [PATCH] ci: ignore spec reference links The spec reference anchors are no longer generated server side, lychee therefore cannot check them. Ignore all the reference links until a better solution is found. --- .github/workflows/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6c1a78ec..cf99d202 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -31,6 +31,8 @@ jobs: --include-fragments --exclude 'api.hetzner.cloud' --exclude 'api.hetzner.com' + --exclude 'https://docs.hetzner.cloud/reference/cloud#' + --exclude 'https://docs.hetzner.cloud/reference/hetzner#' --exclude 'codecov.io' --exclude 'github.com' '**/*.md'