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 5cbffff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
paths:
- "docs/sources/**"

env:
MIMIR_VERSION: v2.15.x

jobs:
deploy-pr-preview:
if: "!github.event.pull_request.head.repo.fork"
Expand All @@ -21,11 +24,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 5cbffff

Please sign in to comment.