mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-21 11:24:47 +02:00
Include collection name into docs workflows.
This commit is contained in:
parent
38e00caedb
commit
4ed2fc82e5
2 changed files with 2 additions and 0 deletions
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.routeros
|
||||
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.routeros
|
||||
init-lenient: false
|
||||
init-fail-on-error: true
|
||||
squash-hierarchy: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue