From 26e2a7272bcb2ab18e6eec0c6ea6e96bb21c4d57 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 22 Oct 2024 15:13:48 +0200 Subject: [PATCH] test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis Test Signed-off-by: Alina Buzachis --- .github/workflows/docs-pr.yml | 4 ++-- .github/workflows/docs-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index 9158b038fa..b8b59872b1 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -20,7 +20,7 @@ jobs: init-fail-on-error: true intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ artifact-name: ${{ github.event.repository.name }}_validate_docs_${{ github.event.pull_request.head.sha }} @@ -34,7 +34,7 @@ jobs: init-fail-on-error: false intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ comment: permissions: diff --git a/.github/workflows/docs-push.yml b/.github/workflows/docs-push.yml index 43381eaa4e..5db67b9a50 100644 --- a/.github/workflows/docs-push.yml +++ b/.github/workflows/docs-push.yml @@ -24,7 +24,7 @@ jobs: init-fail-on-error: true intersphinx-links: | community_aws:https://ansible-collections.github.io/community.aws/branch/main/ - ansible_devel:https://docs.ansible.com/ansible-core/devel/ + ansible_stable:https://docs.ansible.com/ansible-core/latest/ publish-docs-gh-pages: # use to prevent running on forks