From c8b08fdeef9a9bfacad244fbd2ca67b36096b8d3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:10:21 +0300 Subject: [PATCH] Replace deprecated action with RtD app --- .github/workflows/documentation-links.yml | 18 ------------------ 1 file changed, 18 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 9a3f476..0000000 --- a/.github/workflows/documentation-links.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Read the Docs PR preview -on: - pull_request_target: - types: - - opened - -permissions: - pull-requests: write - -jobs: - documentation-links: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "docs-community" - single-version: "true"