diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml deleted file mode 100644 index cba74219c..000000000 --- a/.github/workflows/documentation-links.yml +++ /dev/null @@ -1,22 +0,0 @@ -# .github/workflows/documentation-links.yml - -name: readthedocs/actions -on: - pull_request_target: - types: - - opened - # Execute this action only on PRs that touch - # documentation files. - # paths: - # - "docs/**" - -permissions: - pull-requests: write - -jobs: - documentation-links: - runs-on: ubuntu-latest - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "rdkit" \ No newline at end of file