Skip to content

Commit

Permalink
Include collection name into docs workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 27, 2022
1 parent a3fd029 commit ff78959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
name: Build Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main
with:
collection-name: community.sops
init-lenient: false
init-fail-on-error: true
squash-hierarchy: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: Build Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-push.yml@main
with:
collection-name: community.sops
init-lenient: false
init-fail-on-error: true
squash-hierarchy: true
Expand Down

0 comments on commit ff78959

Please sign in to comment.