diff --git a/.github/workflows/readthedocs-pr-links.yaml b/.github/workflows/readthedocs-pr-links.yaml deleted file mode 100644 index e8fcc5d55..000000000 --- a/.github/workflows/readthedocs-pr-links.yaml +++ /dev/null @@ -1,16 +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@b8bba1484329bda1a3abe986df7ebc80a8950333 # v1.5 - with: - project-slug: "globus-sdk-python"