From 4b31beb76f3faa1812cfb59e62241838d38a4111 Mon Sep 17 00:00:00 2001 From: Yndira-E Date: Mon, 25 May 2026 18:15:14 +0200 Subject: [PATCH] Add hyperlink link checker against combined Nuxt+11ty output Runs untitaker/hyperlink against nuxt/.output/public/ which contains the full combined output of both 11ty and Nuxt pages, replacing the previous approach that only checked the 11ty _site/ output. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 929234868c..f3c0552350 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,3 +51,7 @@ jobs: - name: Build the forge run: npm run build:nuxt:skip-images working-directory: 'website' + - name: Check links + uses: untitaker/hyperlink@fb5bb9c5011a3d143a54b4b30aedc30ec5bc0f89 # 0.2.0 + with: + args: website/nuxt/.output/public/ --check-anchors --sources website/src