From d3c9bdc238e1d84b3df08bb6226c7acc61260029 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Thu, 2 Jul 2026 17:11:51 +0100 Subject: [PATCH] Remove the failing markdown link checks for now --- .github/workflows/validate-markdown.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/validate-markdown.yaml b/.github/workflows/validate-markdown.yaml index 190ba25ac9..aa802d4ffd 100644 --- a/.github/workflows/validate-markdown.yaml +++ b/.github/workflows/validate-markdown.yaml @@ -27,18 +27,3 @@ jobs: - name: Lint other files run: npx --yes markdownlint-cli2 *.md - # workaround for https://github.com/UmbrellaDocs/action-linkspector/issues/62 - - name: Install Chrome - run: | - sudo apt-get update - sudo apt-get install -y google-chrome-stable - echo "PUPPETEER_SKIP_DOWNLOAD=true" >> $GITHUB_ENV - echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome" >> $GITHUB_ENV - - - name: Check links in markdown files - uses: umbrelladocs/action-linkspector@v1 - with: - config_file: .linkspector.yml - reporter: github-check - fail_level: any - filter_mode: file