Modify publish.yml (#50813)

This commit is contained in:
Dimitris Sotirakis
2022-06-14 19:44:03 +03:00
committed by GitHub
parent 57300f6b6d
commit 700e7e36e3
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- main
- v9.0.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: |