From 259d310bc43a9ee138d70a222f5a4d038fe8ac54 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:02:49 +0400 Subject: [PATCH] update indexer configuration a bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 074feff8..0ae883a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -157,7 +157,7 @@ jobs: ./helm-charts/index.yaml \ ./helm-charts - uses: yKicchan/generate-directory-listing-action@v1 - with: {target: ., override: true} + with: {target: ., ignore: "**/index.html", override: true} - name: Commit and push the changes run: | git config user.name "${{ github.actor }}"