diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index 53205662012..6af48e13aec 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -18,6 +18,9 @@ jobs: with: init-lenient: false init-fail-on-error: true + # Please also update docs-push.yml + provide-link-targets: | + ansible_collections.community.aws.autoscaling_launch_config_module build-docs: @@ -28,6 +31,9 @@ jobs: with: init-lenient: true init-fail-on-error: false + # Please also update docs-push.yml + provide-link-targets: | + ansible_collections.community.aws.autoscaling_launch_config_module comment: permissions: diff --git a/.github/workflows/docs-push.yml b/.github/workflows/docs-push.yml index e826089243a..2ca02806635 100644 --- a/.github/workflows/docs-push.yml +++ b/.github/workflows/docs-push.yml @@ -21,6 +21,9 @@ jobs: with: init-lenient: false init-fail-on-error: true + # Please also update docs-pr.yml + provide-link-targets: | + ansible_collections.community.aws.autoscaling_launch_config_module publish-docs-gh-pages: # use to prevent running on forks