Skip to content

Commit

Permalink
Use for docs build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 22, 2024
1 parent c437283 commit 76f39af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ 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/
ansible_stable:https://docs.ansible.com/ansible-core/2.17/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
artifact-name: ${{ github.event.repository.name }}_validate_docs_${{ github.event.pull_request.head.sha }}


Expand All @@ -32,10 +33,11 @@ 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/
ansible_stable:https://docs.ansible.com/ansible-core/2.17/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
comment:
permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ 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/
ansible_stable:https://docs.ansible.com/ansible-core/2.17/
ansible_devel:https://docs.ansible.com/ansible-core/devel/
publish-docs-gh-pages:
# use to prevent running on forks
Expand Down

0 comments on commit 76f39af

Please sign in to comment.