Skip to content

Commit

Permalink
Use Mimir version referenced in Helm charts documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Feb 4, 2025
1 parent 51e662c commit 7365022
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
deploy-pr-preview:
if: "!github.event.pull_request.head.repo.fork"
env:
MIMIR_VERSION: v2.15.x
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@jdb/deploy-preview
with:
branch: ${{ github.head_ref }}
Expand All @@ -21,11 +23,11 @@ jobs:
sources: |
[
{
"index_file": "content/docs/mimir/_index.md",
"relative_prefix": "/docs/mimir/latest/",
"index_file": null,
"relative_prefix": "/docs/mimir/${{ env.MIMIR_VERSION }}/",
"repo": "mimir",
"source_directory": "docs/sources/mimir",
"website_directory": "content/docs/mimir/latest"
"website_directory": "content/docs/mimir/${{ env.MIMIR_VERSION }}"
},
{
"index_file": "content/docs/helm-charts/mimir-distributed/_index.md",
Expand Down

0 comments on commit 7365022

Please sign in to comment.