This commit is contained in:
Stavros Kois
2024-06-09 13:48:46 +03:00
committed by GitHub
parent 9cf5cc90a5
commit ccf3fa97f6
3 changed files with 4 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ keep_docs_safe() {
mkdir -p "$tmp_docs_base"
echo "Keeping some docs safe..."
ls $docs_base/${train}/${chart} -la
for doc in "${safe_docs[@]}"; do
if [ ! -f "$docs_base/${train}/${chart}/${doc}" ]; then
continue

View File

@@ -98,7 +98,6 @@ jobs:
shell: bash
run: |
#!/bin/bash
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
echo "Maing sure directories exist..."
mkdir -p website/public/img/hotlink-ok/chart-icons || echo "chart-icons path already exists, continuing..."
mkdir -p website/public/img/hotlink-ok/chart-icons-small || echo "chart-icons-small path already exists, continuing..."
@@ -115,11 +114,10 @@ jobs:
go-yq --version
./.github/scripts/chart-docs.sh "incubator/docuseal"
for i in "${CHARTS[@]}"
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
./.github/scripts/chart-docs.sh "$i"
echo "$i"
done
- name: Commit Website Changes

View File

@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
- https://hub.docker.com/r/docuseal/docuseal
type: application
version: 2.0.5
version: 2.0.6