Skip to content

bump: version 0.22.8 → 0.22.9 #146

bump: version 0.22.8 → 0.22.9

bump: version 0.22.8 → 0.22.9 #146

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install --upgrade pip && python -m pip install -U pip poetry
- run: poetry --version
- run: poetry install
- name: Publish docs
run: |
gh --version
poetry run mkdocs gh-deploy --remote-branch gh-pages