Docs: Update publish.yml for 8.3.0 (#42628)

This commit is contained in:
Marcus Andersson
2021-12-02 11:14:16 +01:00
committed by GitHub
parent 84caade0d8
commit 0df043d592
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- main
- v8.3.x
paths:
- 'docs/sources/**'
- 'packages/grafana-*/**'
@@ -41,7 +41,7 @@ jobs:
host: github.com
github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}'
source_folder: docs/sources
target_folder: content/docs/grafana/next
target_folder: content/docs/grafana/latest
allow_no_changes: 'true'
- shell: bash
run: |