MkDocs site for iROSLink. Versioned with mike.
pip install -r requirements-docs.txt
mkdocs serveOpen http://127.0.0.1:8000.
mkdocs build --strictmike deploy dev
mike serveOpen http://localhost:8000.
Handled by GitHub Actions on tag push:
git tag v0.1
git push origin v0.1Workflow deploys to gh-pages branch automatically. Enable GitHub Pages in repo Settings → Pages → Source: gh-pages branch.
.github/workflows/docs.yml must live at the repo root .github/workflows/, not inside iroslink-docs/. Move it before enabling CI.