Docs: Update publish.yml for 8.2.0 (#40151)

This commit is contained in:
Giordano Ricci
2021-10-07 16:33:52 +01:00
committed by GitHub
parent 5a059abb5d
commit efc8f111c0
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- main
- v8.2.x
paths:
- 'docs/sources/**'
- 'packages/grafana-*/**'
@@ -36,7 +36,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: |