Skip to content

feat(circuit-breaker): read-only state introspection (0.14.0) (#70) #16

feat(circuit-breaker): read-only state introspection (0.14.0) (#70)

feat(circuit-breaker): read-only state introspection (0.14.0) (#70) #16

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/docs.yml"
workflow_dispatch:
concurrency:
group: docs-deploy
cancel-in-progress: true
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: extractions/setup-just@v4
- uses: astral-sh/setup-uv@v8.2.0
- run: just docs-deploy