Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jun 9, 2024
1 parent 9cf5cc9 commit ccf3fa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/scripts/chart-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/docuseal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccf3fa9

Please sign in to comment.