mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 06:31:21 -03:00
chore(docs): fix docs gen
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -218,7 +218,7 @@ jobs:
|
||||
echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
echo "Iterating over all files in the docs directory..."
|
||||
# Iterate over all files in the docs directory
|
||||
for file in website/src/content/docs/charts/${train}/${chart}/*.{md,mdx}; do
|
||||
for file in website/src/content/docs/charts/${train}/${chart}/*.md*; do
|
||||
# Extract the file name and first line from each file
|
||||
filename=$(basename "${file}")
|
||||
echo "Found doc file: ${file}"
|
||||
|
||||
Reference in New Issue
Block a user