Docs: Update publish.yml for 8.2.0 (#40151)
This commit is contained in:
@@ -3,7 +3,7 @@ name: publish_docs
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- v8.2.x
|
||||||
paths:
|
paths:
|
||||||
- 'docs/sources/**'
|
- 'docs/sources/**'
|
||||||
- 'packages/grafana-*/**'
|
- 'packages/grafana-*/**'
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
host: github.com
|
host: github.com
|
||||||
github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}'
|
github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}'
|
||||||
source_folder: docs/sources
|
source_folder: docs/sources
|
||||||
target_folder: content/docs/grafana/next
|
target_folder: content/docs/grafana/latest
|
||||||
allow_no_changes: 'true'
|
allow_no_changes: 'true'
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user