We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e76660 commit 7cc5220Copy full SHA for 7cc5220
.github/workflows/docs-pr.yml
@@ -21,6 +21,7 @@ jobs:
21
name: Build Ansible Docs
22
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
23
with:
24
+ ansible-ref: devel
25
collection-name: community.crypto
26
init-lenient: false
27
init-fail-on-error: true
.github/workflows/docs-push.yml
@@ -27,6 +27,7 @@ jobs:
28
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-push.yml@main
29
30
31
32
33
0 commit comments