test agian

This commit is contained in:
Stavros Kois
2024-06-09 13:35:13 +03:00
committed by GitHub
parent 2297f72a25
commit dab93abd54
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -114,11 +114,12 @@ jobs:
export STRICT=true
go-yq --version
./.github/scripts/chart-docs.sh incubator/docuseal
./.github/scripts/chart-docs.sh "incubator/docuseal"
for i in "${CHARTS[@]}"
do
# TODO: Remove any changelog stuff from this script
# TODO: Move all website docs structure generation to charttool
./.github/scripts/chart-docs.sh "$i"
done
- name: Commit Website Changes