mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
Merge pull request #77 from gardar/docs-ci-indent
skip_changelog: remove extra spaces in url
This commit is contained in:
commit
e48be8df43
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docs-pr.yml
vendored
5
.github/workflows/docs-pr.yml
vendored
|
@ -31,8 +31,9 @@ jobs:
|
|||
init-html-short-title: Prometheus.Prometheus 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:
|
||||
# for now we won't run this on forks
|
||||
|
|
Loading…
Add table
Reference in a new issue