From 6b3130e488af5440e06c9bcaebe438a2264a49b0 Mon Sep 17 00:00:00 2001 From: AlexWells Date: Tue, 6 Jan 2026 09:23:12 +0000 Subject: [PATCH] Remove linkcheck workflow We aren't using it, and it hasn't run since Nov 2024. --- .github/workflows/linkcheck.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/linkcheck.yml diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml deleted file mode 100644 index 3b24af55..00000000 --- a/.github/workflows/linkcheck.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Link Check - -on: - workflow_dispatch: - schedule: - # Run weekly to check URL links still resolve - - cron: "0 8 * * WED" - -jobs: - docs: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install python packages - uses: ./.github/actions/install_requirements - with: - requirements_file: requirements-dev-3.x.txt - install_options: -e .[dev] - - - name: Check links - run: tox -e docs build -- -b linkcheck - - - name: Keepalive Workflow - uses: gautamkrishnar/keepalive-workflow@v1 \ No newline at end of file