mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Render docs diff with devel instead of stable-2.13.
This commit is contained in:
parent
aa4c994dfd
commit
8017cec8f6
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docs-pr.yml
vendored
5
.github/workflows/docs-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue