Fix some mistakes
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
|||||||
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
|
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
|
||||||
helm-docs \
|
helm-docs \
|
||||||
--ignore-file=".helmdocsignore" \
|
--ignore-file=".helmdocsignore" \
|
||||||
--output-file="/home/runner/work/apps/apps/docs/apps/common/helm-values.md" \
|
--output-file="helm-values.md" \
|
||||||
--template-files="/home/runner/work/apps/apps/templates/docs/common-helm-values.md.gotmpl" \
|
--template-files="/home/runner/work/apps/apps/templates/docs/common-helm-values.md.gotmpl" \
|
||||||
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
|
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
|
||||||
|
|
||||||
@@ -183,7 +183,8 @@ jobs:
|
|||||||
sed -i '1s/^/# License<br>\n\n/' docs/apps/${train}/${chartname}/LICENSE.md || echo "license edit failed, continuing..."
|
sed -i '1s/^/# License<br>\n\n/' docs/apps/${train}/${chartname}/LICENSE.md || echo "license edit failed, continuing..."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
yes | cp -rf /home/runner/work/apps/apps/docs/apps/common/README.md docs/apps/common/index.md || echo "common readme copy failed, continuing..."
|
mkdir -p docs/apps/common || echo "app path already exists, continuing..."
|
||||||
|
yes | cp -rf charts/library/common/README.md docs/apps/common/index.md || echo "common readme copy failed, continuing..."
|
||||||
echo "Processed charts for ${train}:"
|
echo "Processed charts for ${train}:"
|
||||||
ls docs/apps/${train}/ || echo "no Apps in train"
|
ls docs/apps/${train}/ || echo "no Apps in train"
|
||||||
done
|
done
|
||||||
@@ -191,6 +192,7 @@ jobs:
|
|||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
run: |
|
run: |
|
||||||
rm -rf changes.json
|
rm -rf changes.json
|
||||||
|
rm -rf /home/runner/work/apps/apps/charts/library/common/helm-values.md
|
||||||
|
|
||||||
- name: Commit and Push Housekeeping
|
- name: Commit and Push Housekeeping
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user