From 2539261b571863dd011d6f3745b3c8a74b6eda95 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:16:33 -0400 Subject: [PATCH] replaced next with latest (#48198) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc7d6bf4953..da878e6175d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: |