Skip to content

Commit

Permalink
[PR #1455/e7845a74 backport][stable-3] docs-build - point to github f…
Browse files Browse the repository at this point in the history
…or collection source (#1456)

[PR #1455/e7845a74 backport][stable-3] docs-build - point to github for collection source

This is a backport of PR #1455 as merged into main (e7845a7).
SUMMARY
We currently build the github-pages using amazon.aws from galaxy - pull it directly from github so things like python/SDK requirements match the current branch.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
.github/workflows/
ADDITIONAL INFORMATION
See
https://github.com/tremble/community.aws/runs/8270312560?check_suite_focus=true  (main)
https://github.com/tremble/community.aws/runs/8270362640?check_suite_focus=true (stable branch)
For me testing this out

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Sep 9, 2022
1 parent 888607f commit 35cbe29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: true
extra-collections: 'amazon.aws'
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,stable-3'


build-docs:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: false
extra-collections: 'amazon.aws'
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,stable-3'

comment:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
init-lenient: true
init-fail-on-error: true
extra-collections: 'amazon.aws'
extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,stable-3'

publish-docs-gh-pages:
# use to prevent running on forks
Expand Down

0 comments on commit 35cbe29

Please sign in to comment.