Skip to content

Add 2D projection output with full AMR structure #1361

Add 2D projection output with full AMR structure

Add 2D projection output with full AMR structure #1361

Workflow file for this run

name: 📚 Docs toctree coverage
on:
push:
branches:
- main
- development
pull_request:
jobs:
docs-toctree:
name: Validate MkDocs navigation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: Check for unreachable Markdown pages
run: python scripts/check_docs_toctree.py