Skip to content

Use the same helm docs version in prepare-release workflow #1522

Use the same helm docs version in prepare-release workflow

Use the same helm docs version in prepare-release workflow #1522

name: Documentation - Build
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs requirements
run: pip install -r requirements.txt
working-directory: docs
- name: Publish documentation to gp-pages branch
run: mkdocs build
working-directory: docs