Append .x to the versioned directories for the website sync (#6611)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/6585/head
Jack Baldry 3 years ago committed by GitHub
parent d804e24c26
commit 2f192bbb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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"

Loading…
Cancel
Save