From 2f192bbb25131b1b9b414973de3e778578c84e84 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 7 Jul 2022 12:07:56 +0100 Subject: [PATCH] Append .x to the versioned directories for the website sync (#6611) Signed-off-by: Jack Baldry --- .github/workflows/publish-technical-documentation-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 5c5164ca46..799b55beb6 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -70,4 +70,4 @@ jobs: host: "github.com" github_pat: "${{ secrets.GH_BOT_ACCESS_TOKEN }}" source_folder: "docs/sources" - target_folder: "content/docs/loki/${{ steps.target.outputs.target }}" + target_folder: "content/docs/loki/${{ steps.target.outputs.target }}.x"