1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00
This commit is contained in:
2025-11-22 12:43:07 +01:00
parent 7049593b6e
commit 84b8607d10
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Generate chart index
run: |
cd chart-output
helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY#*/}"
helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/charts/${GITHUB_REPOSITORY#*/}"
- name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v4