mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 22:00:38 +05:30
CI: Do docs update too.
This commit is contained in:
parent
e31547a37f
commit
088eb53c90
6
.github/workflows/charts-changelog.yaml
vendored
6
.github/workflows/charts-changelog.yaml
vendored
@ -67,6 +67,12 @@ jobs:
|
|||||||
./.github/scripts/renovate-releasenotes.py --debug --check-branch "$CHECK_BRANCH" "${chart_parts[0]}/${chart_parts[1]}"
|
./.github/scripts/renovate-releasenotes.py --debug --check-branch "$CHECK_BRANCH" "${chart_parts[0]}/${chart_parts[1]}"
|
||||||
echo ""
|
echo ""
|
||||||
done
|
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
|
- name: Create commit
|
||||||
id: create-commit
|
id: create-commit
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user