Skip to content

docs: adopt org logo, favicon, and brand palette (#72) #17

docs: adopt org logo, favicon, and brand palette (#72)

docs: adopt org logo, favicon, and brand palette (#72) #17

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