-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pages-index-path flag to chart release action
To customize the path for the index.yaml generated by the chart release action, both index-path and pages-index-path flags are added. Those flags are supported by the `cr index`: ``` cr help index | grep "index-path" -i, --index-path string Path to index file (default ".cr-index/index.yaml") --pages-index-path string The GitHub pages index path (default "index.yaml") ``` Signed-off-by: Moti Asayag <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters