Skip to content

feat: 🔌 Initial plugin system implementation (#23) #107

feat: 🔌 Initial plugin system implementation (#23)

feat: 🔌 Initial plugin system implementation (#23) #107

Workflow file for this run

name: build_docs
# Disable for now while the repo is private
# on:
# push:
# branches:
# - main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: astral-sh/setup-uv@v6
with:
version: "0.9.5"
- run: uv python install
- run: uv sync --group docs
- run: uv run mkdocs gh-deploy --force --clean --verbose