mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 13:03:15 +00:00
+1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user