Skip to content

feat: support multiple archive roots for map and other commands (#7) #24

feat: support multiple archive roots for map and other commands (#7)

feat: support multiple archive roots for map and other commands (#7) #24

Workflow file for this run

name: Deploy docs
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Deploy
run: uvx --with mkdocs-material mkdocs gh-deploy --force