mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Improve docsite build.
This commit is contained in:
parent
f3e77c193d
commit
839ad6086e
6
.github/workflows/docs-pr.yml
vendored
6
.github/workflows/docs-pr.yml
vendored
@ -25,6 +25,12 @@ jobs:
|
|||||||
init-lenient: false
|
init-lenient: false
|
||||||
init-fail-on-error: true
|
init-fail-on-error: true
|
||||||
squash-hierarchy: true
|
squash-hierarchy: true
|
||||||
|
init-project: Community.Docker Collection
|
||||||
|
init-copyright: Community.Docker Contributors
|
||||||
|
init-title: Community.Docker Collection Documentation
|
||||||
|
init-html-short-title: Community.Docker Collection Docs
|
||||||
|
init-extra-html-theme-options: |
|
||||||
|
documentation_home_url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/branch/main/
|
||||||
render-file-line: '> * `$<status>` [$<path_tail>](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr/${{ github.event.number }}/$<path_tail>)'
|
render-file-line: '> * `$<status>` [$<path_tail>](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr/${{ github.event.number }}/$<path_tail>)'
|
||||||
|
|
||||||
publish-docs-gh-pages:
|
publish-docs-gh-pages:
|
||||||
|
|||||||
6
.github/workflows/docs-push.yml
vendored
6
.github/workflows/docs-push.yml
vendored
@ -31,6 +31,12 @@ jobs:
|
|||||||
init-lenient: false
|
init-lenient: false
|
||||||
init-fail-on-error: true
|
init-fail-on-error: true
|
||||||
squash-hierarchy: true
|
squash-hierarchy: true
|
||||||
|
init-project: Community.Docker Collection
|
||||||
|
init-copyright: Community.Docker Contributors
|
||||||
|
init-title: Community.Docker Collection Documentation
|
||||||
|
init-html-short-title: Community.Docker Collection Docs
|
||||||
|
init-extra-html-theme-options: |
|
||||||
|
documentation_home_url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/branch/main/
|
||||||
|
|
||||||
publish-docs-gh-pages:
|
publish-docs-gh-pages:
|
||||||
# for now we won't run this on forks
|
# for now we won't run this on forks
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user