CI: Do docs update too.

This commit is contained in:
Skyler Mäntysaari 2023-04-19 05:07:24 +03:00
parent e31547a37f
commit 088eb53c90
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ jobs:
./.github/scripts/renovate-releasenotes.py --debug --check-branch "$CHECK_BRANCH" "${chart_parts[0]}/${chart_parts[1]}"
echo ""
done
- name: Generate Helm docs for Renovate PR's
if: inputs.isRenovatePR == 'true'
env:
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
run: |
./.github/scripts/gen-helm-docs.sh
- name: Create commit
id: create-commit
if: inputs.isRenovatePR == 'true'