mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-23 04:13:05 +00:00
fix: yaml lint
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
2d5f2299d8
commit
38e3247864
2 changed files with 7 additions and 8 deletions
14
.github/workflows/docs-pr.yml
vendored
14
.github/workflows/docs-pr.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
init-html-short-title: Prometheus.Prometheus Collection Docs
|
init-html-short-title: Prometheus.Prometheus Collection Docs
|
||||||
init-extra-html-theme-options: |
|
init-extra-html-theme-options: |
|
||||||
documentation_home_url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/branch/main/
|
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/\
|
||||||
extra-collections: community.crypto amazon.aws community.dns community.sops
|
${{ github.event.repository.name }}/pr/${{ github.event.number }}/$<path_tail>)'
|
||||||
|
|
||||||
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
|
||||||
|
@ -83,11 +83,11 @@ jobs:
|
||||||
You can compare to the docs for the `main` branch here:
|
You can compare to the docs for the `main` branch here:
|
||||||
${{ env.GHP_BASE_URL }}/branch/main
|
${{ env.GHP_BASE_URL }}/branch/main
|
||||||
|
|
||||||
The docsite for **this PR** is also available for download as an artifact from this run:
|
The docsite for **this PR** is also available for download as an artifact from this run:
|
||||||
${{ needs.build-docs.outputs.artifact-url }}
|
${{ needs.build-docs.outputs.artifact-url }}
|
||||||
|
|
||||||
File changes:
|
File changes:
|
||||||
|
|
||||||
${{ needs.build-docs.outputs.diff-files-rendered }}
|
${{ needs.build-docs.outputs.diff-files-rendered }}
|
||||||
|
|
||||||
${{ needs.build-docs.outputs.diff-rendered }}
|
${{ needs.build-docs.outputs.diff-rendered }}
|
||||||
|
|
1
.github/workflows/docs-push.yml
vendored
1
.github/workflows/docs-push.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
||||||
init-html-short-title: Prometheus.Prometheus Collection Docs
|
init-html-short-title: Prometheus.Prometheus Collection Docs
|
||||||
init-extra-html-theme-options: |
|
init-extra-html-theme-options: |
|
||||||
documentation_home_url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/branch/main/
|
documentation_home_url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/branch/main/
|
||||||
extra-collections: community.crypto community.general
|
|
||||||
|
|
||||||
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 a new issue