From d9b7a7c5b7f0dc850d2a9d4d8eb4f4d17b58c3cd Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 30 Jan 2023 20:08:26 +0100 Subject: [PATCH 1/2] Make the GHA "preview" single version Use the new feature of our own preview action. See https://github.com/readthedocs/actions/pull/16 --- .github/workflows/documentation-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-links.yaml b/.github/workflows/documentation-links.yaml index b9367e0b..3fbda96e 100644 --- a/.github/workflows/documentation-links.yaml +++ b/.github/workflows/documentation-links.yaml @@ -15,4 +15,4 @@ jobs: with: project-slug: "read-the-docs-site-community" platform: "business" - + single-version: "true" From a085efc5ed8cb798a2703d8532397a73e6ce37e4 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 30 Jan 2023 20:19:00 +0100 Subject: [PATCH 2/2] Update .github/workflows/documentation-links.yaml Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> --- .github/workflows/documentation-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-links.yaml b/.github/workflows/documentation-links.yaml index 3fbda96e..70671cda 100644 --- a/.github/workflows/documentation-links.yaml +++ b/.github/workflows/documentation-links.yaml @@ -15,4 +15,4 @@ jobs: with: project-slug: "read-the-docs-site-community" platform: "business" - single-version: "true" + single-version: "true" # Has to be a string value.