Skip to content

Commit

Permalink
update indexer configuration a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Feb 1, 2025
1 parent a65e24a commit 259d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 259d310

Please sign in to comment.