You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub Actions workflow for automatic docs deployment
- Deploy to GitHub Pages on push to master when docs/ or mkdocs.yml changes
- Run dry-run build on PRs to validate documentation
- Use uvx with mkdocs-material to match manual deployment workflow
- Configure proper permissions for gh-pages branch writes
This eliminates the need to manually run `uvx --with mkdocs-material mkdocs gh-deploy`
after documentation changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments