Folder Reference: .github/workflows
Purpose
CI/CD automation for tests, image builds, and docs deployment.
Files
.github/workflows/ci.yml
Pipeline Summary
- Test job (
pytest -q) - Multi-image build/push to GHCR (
her-bot,her-dashboard,her-sandbox) - MkDocs build and GitHub Pages deployment on
main
Validation
Check workflow runs in GitHub Actions and verify published images/docs artifacts after successful pipelines.