mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 04:51:24 -03:00
hmm
This commit is contained in:
1
.github/scripts/chart-docs.sh
vendored
1
.github/scripts/chart-docs.sh
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/charts-release.yaml
vendored
6
.github/workflows/charts-release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user