From 6813330b2b190569d9baae8d1eb02d4cd29e8aad Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Fri, 23 Jan 2026 20:29:05 +0100 Subject: [PATCH] ci: Update publish-chart-packages.yml to add .gitignore Add .gitignore to exclude .DS_Store files from dist --- .github/workflows/publish-chart-packages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-chart-packages.yml b/.github/workflows/publish-chart-packages.yml index ea504d16..e167bdcf 100644 --- a/.github/workflows/publish-chart-packages.yml +++ b/.github/workflows/publish-chart-packages.yml @@ -119,6 +119,11 @@ jobs: fi echo "Index generated for $BASE_URL" + - name: Allow chart archives in gh-pages + run: | + set -euo pipefail + printf "%s\n" ".DS_Store" > dist/.gitignore + - name: Publish Helm repo to gh-pages uses: peaceiris/actions-gh-pages@v4 with: