fix: yaml lint

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-03-13 23:54:17 +00:00
parent 2d5f2299d8
commit 38e3247864
No known key found for this signature in database
GPG key ID: 00872BAF59D98753
2 changed files with 7 additions and 8 deletions

View file

@ -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 }}

View file

@ -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