Skip to content

Commit

Permalink
Use ansible-ref: devel for docs build workflows (#2353)
Browse files Browse the repository at this point in the history
* Use ansible-ref: devel for docs build workflows

Signed-off-by: Alina Buzachis <[email protected]>
Co-authored-by: GomathiselviS <[email protected]>
  • Loading branch information
alinabuzachis and GomathiselviS authored Oct 24, 2024
1 parent 2b0bf35 commit d37fbc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
init-lenient: false
init-fail-on-error: true
ansible-ref: devel
intersphinx-links: |
community_aws:https://ansible-collections.github.io/community.aws/branch/main/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
Expand All @@ -32,6 +33,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: false
ansible-ref: devel
intersphinx-links: |
community_aws:https://ansible-collections.github.io/community.aws/branch/main/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
init-lenient: false
init-fail-on-error: true
ansible-ref: devel
intersphinx-links: |
community_aws:https://ansible-collections.github.io/community.aws/branch/main/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
Expand Down

0 comments on commit d37fbc1

Please sign in to comment.