Skip to content

Update azure/setup-helm action to v4.3.1 (#245) #43

Update azure/setup-helm action to v4.3.1 (#245)

Update azure/setup-helm action to v4.3.1 (#245) #43

Workflow file for this run

name: CD on master
on:
workflow_dispatch:
push:
branches:
- master
env:
UV_SYSTEM_PYTHON: "1"
jobs:
publish-master-docs:
name: Publish Master Docs
runs-on: ubuntu-latest
environment:
name: release
permissions:
contents: write
pages: write
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
version: 0.9.2
enable-cache: true
- name: Set up Python
run: uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION
env:
PYTHON_VERSION: 3.11.9
- name: Fetch gh-pages branch
run: git fetch origin gh-pages:gh-pages || true
- name: Publish Docs
run: |
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
uv run --group docs --all-extras mike deploy --push master