Skip to content

docs: add v0.11.0 changelog for plexusone migration #19

docs: add v0.11.0 changelog for plexusone migration

docs: add v0.11.0 changelog for plexusone migration #19

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- main
paths:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/docs.yaml'
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install mkdocs-material
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force