From d72667ed93ef0e081b6058427782450bcaee39e2 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 19 May 2024 00:57:07 +0300 Subject: [PATCH] Auto update charts list Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/workflows/charts-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 27df5d2a75c..8f20ac39658 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -153,6 +153,10 @@ jobs: 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..." + mkdir -p website/src/assets || echo "assets path already exists, continuing..." + + ./charttool genchartlist ./charts + mv charts.json website/src/assets/charts.json export DEBUG=false export STRICT=true