Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 13, 2024
1 parent 91d9190 commit e7675c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
artifact-name: ${{ github.event.repository.name }}_docs_${{ github.event.pull_request.head.sha }}_validate
intersphinx-links: |
ansible_devel:https://docs.ansible.com/ansible-core/devel/
ansible_collections.vmware.vmware.vcsa_settings_module:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html
provide-link-targets: |
ansible_collections.vmware.vmware.vcsa_settings_module
build-docs:
permissions:
Expand All @@ -35,7 +36,8 @@ jobs:
init-fail-on-error: false
intersphinx-links: |
ansible_devel:https://docs.ansible.com/ansible-core/devel/
ansible_collections.vmware.vmware.vcsa_settings_module:https://docs.ansible.com/ansible/latest/collections/vmware/vmware/vcsa_settings_module.html
provide-link-targets: |
ansible_collections.vmware.vmware.vcsa_settings_module
# This job requires that the workflow trigger is pull_request_target. However that trigger uses
# whatever version of the workflow is available on main instead of the feature branch.
Expand Down

0 comments on commit e7675c9

Please sign in to comment.