Skip to content

Commit

Permalink
Use ansible-ref: devel for docs build workflows (ansible-collection…
Browse files Browse the repository at this point in the history
…s#2187)

* Use ansible-ref: devel for docs build workflows

Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 25, 2024
1 parent 929a7fb commit 3bff8ae
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 @@ -17,6 +17,7 @@ jobs:
with:
init-lenient: false
init-fail-on-error: true
ansible-ref: devel
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/
Expand All @@ -32,6 +33,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: false
ansible-ref: devel
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/
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 @@ -21,6 +21,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: true
ansible-ref: devel
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main'
intersphinx-links: |
amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/
Expand Down

0 comments on commit 3bff8ae

Please sign in to comment.