feat: integrate docs publishing into unified publish workflow#401
Conversation
- Add docs change detection to publish.yml detect-changes job - Add build-docs job with mkdocs build and artifact upload - Add deploy-docs job with GitHub Pages deployment - Update release-please.yml to only call unified publish workflow - Remove separate docs.yml workflow file - Add proper permissions and concurrency for Pages deployment This consolidates all publishing (Python, JS, docs) into a single workflow that triggers on new releases, maintaining the smart change detection pattern established for packages.
|
Claude finished @davidpoblador's task —— View job PR Review: Docs Publishing Integration
|
🤖 I have created a release *beep* *boop* --- ## [2.16.0](v2.15.2...v2.16.0) (2025-11-08) ### Features * add .env.j2 template for scaffolded projects ([#395](#395)) ([da335b5](da335b5)) * add mongo and redis services to compose.dev.yml ([#397](#397)) ([9c299f9](9c299f9)) * integrate docs publishing into unified publish workflow ([#401](#401)) ([e615b43](e615b43)) ### Code Refactoring * simplify template structure and improve organization ([#398](#398)) ([16f1b27](16f1b27)) ### Miscellaneous Chores * **deps:** update mongo docker tag to v8.2 ([#400](#400)) ([f3c9f46](f3c9f46)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

This consolidates all publishing (Python, JS, docs) into a single workflow that triggers on new releases, maintaining the smart change detection pattern established for packages.