Skip to content

Commit

Permalink
Add 'fake' link for community.aws module referenced in docs (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored Sep 27, 2022
1 parent 9705493 commit 48b7b5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48b7b5e

Please sign in to comment.