version: 2

mkdocs:

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

version: 2

mkdocs: configuration: mkdocs.yml

build: os: ubuntu-22.04 tools: python: "3.12" commands: - pip install uv - uv pip install --system -e "." --group docs - if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi - mkdocs build --site-dir $READTHEDOCS_OUTPUT/html

Share: