Skip to content

Add admin manual and detailed changelog sections #134

Add admin manual and detailed changelog sections

Add admin manual and detailed changelog sections #134

Workflow file for this run

name: Deploy 3.5 docs
on:
push:
branches:
- "v3.5"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: "v3.5"
- uses: actions/setup-python@v4
with:
python-version: 3.13
- run: |
pip install poetry
poetry install --no-root
git fetch origin gh-pages
git config user.name ci-bot
git config user.email [email protected]
poetry run mike set-default 3.5
poetry run mike deploy -p 3.5 -t 3.5 --update-aliases