From 8017cec8f62972f2a7bacb58397e1db8e5212047 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Jun 2022 22:07:32 +0200 Subject: [PATCH] Render docs diff with devel instead of stable-2.13. --- .github/workflows/docs-pr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index 7210778a87..8860fdbfe5 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -14,7 +14,10 @@ jobs: uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main with: init-fail-on-error: true - ansible-ref: stable-2.13 + # We need to use devel instead of stable-2.13 since stable-2.13's ansible-doc does not list + # modules. devel's ansible-doc does (thanks to the sidecar docs PR). + ansible-ref: devel + # ansible-ref: stable-2.13 provide-link-targets: | ansible_collections.ansible.builtin.dict2items_filter ansible_collections.ansible.builtin.path_join_filter