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.