Skip to content

Start adding docs about helm #12

Start adding docs about helm

Start adding docs about helm #12

name: Release Github Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Configure Git Credentials
run: |-
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- uses: actions/setup-python@v6
- uses: abatilo/actions-poetry@v3
- name: Build and deploy the mkdocs site
run: |-
poetry install --no-root
poetry run mkdocs gh-deploy --force