docs go brr
This commit is contained in:
@@ -113,11 +113,10 @@ jobs:
|
|||||||
export STRICT=true
|
export STRICT=true
|
||||||
go-yq --version
|
go-yq --version
|
||||||
|
|
||||||
./.github/scripts/chart-docs.sh "incubator/docuseal"
|
for item in charts/*/*/Chart.yaml; do
|
||||||
for i in charts/*/*/Chart.yaml; do
|
|
||||||
# TODO: Remove any changelog stuff from this script
|
|
||||||
# TODO: Move all website docs structure generation to charttool
|
# TODO: Move all website docs structure generation to charttool
|
||||||
echo "$i"
|
IFS='/' read -r -a chart_parts <<<"$item"
|
||||||
|
./.github/scripts/chart-docs.sh "${chart_parts[1]}/${chart_parts[2]}"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Commit Website Changes
|
- name: Commit Website Changes
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
|
||||||
- https://hub.docker.com/r/docuseal/docuseal
|
- https://hub.docker.com/r/docuseal/docuseal
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.7
|
version: 2.0.8
|
||||||
Reference in New Issue
Block a user