Skip to content

bump: version 0.22.4 → 0.22.5 #136

bump: version 0.22.4 → 0.22.5

bump: version 0.22.4 → 0.22.5 #136

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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