Docs: Update publish.yml for 8.4.0 (#45542)

This commit is contained in:
Andrej Ocenas
2022-02-17 17:02:29 +01:00
committed by GitHub
parent 077f4c3079
commit 50c883a346
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- main
- v8.4.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: |