From 088eb53c9094dae289057c4fc916af796ef1bd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 19 Apr 2023 05:07:24 +0300 Subject: [PATCH] CI: Do docs update too. --- .github/workflows/charts-changelog.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index e62f8b0..fdc5e2e 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -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'