From c1f63f468030b758407393927cb25d9bcc1274f3 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 23 Sep 2022 11:29:51 +0200 Subject: [PATCH] Add 'fake' link for community.aws module referenced in docs --- .github/workflows/docs-pr.yml | 6 ++++++ .github/workflows/docs-push.yml | 3 +++ 2 files changed, 9 insertions(+) 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