From 13b1ab9735c4951a553cfdb138e0f325e452879a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:08:08 +0300 Subject: [PATCH] Infra: replace deprecated action with RtD app --- .github/workflows/documentation-links.yml | 24 ----------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/documentation-links.yml diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml deleted file mode 100644 index 43ae724a839..00000000000 --- a/.github/workflows/documentation-links.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Read the Docs PR preview - -on: - pull_request_target: - types: - - opened - -permissions: - contents: read - pull-requests: write - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - documentation-links: - runs-on: ubuntu-latest - if: github.event.repository.fork == false - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "pep-previews" - single-version: "true"