Docs: Publish v9.1.x docs to /latest/ (#53846)

This commit is contained in:
Garrett Guillotte
2022-08-17 10:48:33 -07:00
committed by GitHub
parent d83c62b939
commit 2ae1af8b28
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- main
- v9.1.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: |