mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Include collection name into docs workflows.
This commit is contained in:
parent
b2c86af64c
commit
d043fc6cbc
1
.github/workflows/docs-pr.yml
vendored
1
.github/workflows/docs-pr.yml
vendored
@ -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.docker
|
||||
init-lenient: false
|
||||
init-fail-on-error: true
|
||||
squash-hierarchy: true
|
||||
|
||||
1
.github/workflows/docs-push.yml
vendored
1
.github/workflows/docs-push.yml
vendored
@ -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.docker
|
||||
init-lenient: false
|
||||
init-fail-on-error: true
|
||||
squash-hierarchy: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user