From 705d0fa139162563049347b71a51d5431cc6b303 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 21 Jan 2026 10:10:55 -0500 Subject: [PATCH] Docs: remove docs preview action We are using our GH App integration now --- .github/workflows/documentation-links.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/documentation-links.yaml diff --git a/.github/workflows/documentation-links.yaml b/.github/workflows/documentation-links.yaml deleted file mode 100644 index 222ad32b..00000000 --- a/.github/workflows/documentation-links.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Read the Docs pull request preview -on: - pull_request_target: - types: - - opened - -permissions: - pull-requests: write - -jobs: - documentation-links: - runs-on: ubuntu-latest - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "readthedocs-about" - single-version: "true" # Has to be a string value.