hmm
This commit is contained in:
@@ -14,6 +14,7 @@ keep_docs_safe() {
|
|||||||
|
|
||||||
mkdir -p "$tmp_docs_base"
|
mkdir -p "$tmp_docs_base"
|
||||||
echo "Keeping some docs safe..."
|
echo "Keeping some docs safe..."
|
||||||
|
ls $docs_base/${train}/${chart} -la
|
||||||
for doc in "${safe_docs[@]}"; do
|
for doc in "${safe_docs[@]}"; do
|
||||||
if [ ! -f "$docs_base/${train}/${chart}/${doc}" ]; then
|
if [ ! -f "$docs_base/${train}/${chart}/${doc}" ]; then
|
||||||
continue
|
continue
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
|
||||||
echo "Maing sure directories exist..."
|
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 || 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..."
|
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
|
go-yq --version
|
||||||
|
|
||||||
./.github/scripts/chart-docs.sh "incubator/docuseal"
|
./.github/scripts/chart-docs.sh "incubator/docuseal"
|
||||||
for i in "${CHARTS[@]}"
|
for i in charts/*/*/Chart.yaml; do
|
||||||
do
|
|
||||||
# TODO: Remove any changelog stuff from this script
|
# 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
|
||||||
./.github/scripts/chart-docs.sh "$i"
|
echo "$i"
|
||||||
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.5
|
version: 2.0.6
|
||||||
Reference in New Issue
Block a user