1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 04:43:16 +00:00
This commit is contained in:
2026-01-14 23:06:49 +01:00
parent 254b8245e9
commit 08767a96d1
+2 -1
View File
@@ -26,10 +26,11 @@ jobs:
- name: Generate chart index
run: |
cd chart-output
helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/charts/${GITHUB_REPOSITORY#*/}"
helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY#*/}/docs"
- name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: chart-output
destination_dir: docs