Skip to content

Commit

Permalink
Try to redirect for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 6, 2024
1 parent 57c8a70 commit c3f02ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy mdBook site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main", "helm-wip"]

paths:
- "docs/**"
Expand Down
3 changes: 3 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ edition = "2021"
default-theme = "ayu"
git-repository-url = "https://github.com/slackspace-io/slackwatch"
highlight-code = true

[output.html.redirect]
"index.yaml" = "https://raw.githubusercontent.com/slackspace-io/slackwatch/gh-pages/index.yaml"

0 comments on commit c3f02ac

Please sign in to comment.