Skip to content

Commit

Permalink
Fix changelog generation
Browse files Browse the repository at this point in the history
Add `mesh_raw_generated_paths` to jekyll.yml and jekyll-dev.yml

Signed-off-by: Fabian Rodriguez <[email protected]>
  • Loading branch information
fabianrbz committed Dec 19, 2023
1 parent 02a0cf8 commit f96f2d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Release notes
no_version: true
---

{% embed raw/CHANGELOG.md %}
{% embed CHANGELOG.md %}
4 changes: 4 additions & 0 deletions jekyll-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ set_flag_values_prefix: ""
# Helm commands
mesh_helm_repo: kuma/kuma
mesh_helm_install_name: kuma

mesh_raw_generated_paths:
- app/assets
- app/docs
4 changes: 4 additions & 0 deletions jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ mesh_helm_install_name: kuma

# binary options
mesh_install_archive_name: kuma

mesh_raw_generated_paths:
- app/assets
- app/docs

0 comments on commit f96f2d2

Please sign in to comment.