Skip to content

merge(cx/wD9/docs): AGENTS.md tree matches the post-deletion layout #38

merge(cx/wD9/docs): AGENTS.md tree matches the post-deletion layout

merge(cx/wD9/docs): AGENTS.md tree matches the post-deletion layout #38

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install MkDocs
run: pip install mkdocs-material
- name: Build and Deploy
run: mkdocs gh-deploy --force