Skip to content

Commit 7cc5220

Browse files
committed
Build docs with ansible-core devel.
Needed for #951.
1 parent 8e76660 commit 7cc5220

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
name: Build Ansible Docs
2222
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
2323
with:
24+
ansible-ref: devel
2425
collection-name: community.crypto
2526
init-lenient: false
2627
init-fail-on-error: true

.github/workflows/docs-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
name: Build Ansible Docs
2828
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-push.yml@main
2929
with:
30+
ansible-ref: devel
3031
collection-name: community.crypto
3132
init-lenient: false
3233
init-fail-on-error: true

0 commit comments

Comments
 (0)