Add docs_only flag to CD workflow for independent documentation publishing#5
Merged
aorumbayev merged 7 commits intomainfrom Jan 29, 2026
Merged
Conversation
Co-authored-by: aorumbayev <[email protected]>
Co-authored-by: aorumbayev <[email protected]>
Co-authored-by: aorumbayev <[email protected]>
Member
|
@copilot rebase against latest on main |
Copilot
AI
changed the title
[WIP] Add flag for docs-only publishing in CD pipeline
Add docs_only flag to CD workflow for independent documentation publishing
Jan 29, 2026
[skip ci] Automatically generated by python-semantic-release
[skip ci] Automatically generated by python-semantic-release
Contributor
Author
aorumbayev
added a commit
that referenced
this pull request
Feb 7, 2026
- Fix planner DuplicateIds crash (defensive DOM check in streaming_output) - Fix planner tasks using placeholder project_id="plan" - Fix project selection exiting app (app-scoped worker) - Fix AUTO task crash on non-git repos (friendly error handling) - Verified: BLOCKER #1 and #5 were already fixed
aorumbayev
added a commit
that referenced
this pull request
Feb 21, 2026
…ublishing (#5) * Initial plan * Add docs_only flag to CD pipeline for docs-only publishing Co-authored-by: aorumbayev <[email protected]> * Improve docs-only condition with branch check and clarifying comments Co-authored-by: aorumbayev <[email protected]> * Simplify publish-docs conditional logic per code review Co-authored-by: aorumbayev <[email protected]> * 0.1.0-beta.1 [skip ci] Automatically generated by python-semantic-release * fix: fix missing readme on pyproject * 0.1.0-beta.2 [skip ci] Automatically generated by python-semantic-release --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: aorumbayev <[email protected]> Co-authored-by: semantic-release <semantic-release> Co-authored-by: Altynbek Orumbayev <[email protected]>
aorumbayev
added a commit
that referenced
this pull request
Mar 29, 2026
…ublishing (#5) * Initial plan * Add docs_only flag to CD pipeline for docs-only publishing * Improve docs-only condition with branch check and clarifying comments * Simplify publish-docs conditional logic per code review * 0.1.0-beta.1 [skip ci] Automatically generated by python-semantic-release * fix: fix missing readme on pyproject * 0.1.0-beta.2 [skip ci] Automatically generated by python-semantic-release --------- Co-authored-by: aorumbayev <[email protected]> Co-authored-by: Altynbek Orumbayev <[email protected]>
aorumbayev
added a commit
that referenced
this pull request
Mar 29, 2026
…ublishing (#5) * Initial plan * Add docs_only flag to CD pipeline for docs-only publishing Co-authored-by: aorumbayev <[email protected]> * Improve docs-only condition with branch check and clarifying comments Co-authored-by: aorumbayev <[email protected]> * Simplify publish-docs conditional logic per code review Co-authored-by: aorumbayev <[email protected]> * 0.1.0-beta.1 [skip ci] Automatically generated by python-semantic-release * fix: fix missing readme on pyproject * 0.1.0-beta.2 [skip ci] Automatically generated by python-semantic-release --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: aorumbayev <[email protected]> Co-authored-by: semantic-release <semantic-release> Co-authored-by: Altynbek Orumbayev <[email protected]>
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased onto latest main (0.1.0-beta.2) ✅
Changes
Added a new
docs_onlyboolean input to the CD workflow that allows publishing documentation without triggering a semantic release or PyPI publish.docs_onlyinput flag to workflow_dispatch in cd.yamlKey Changes:
docs_onlyflag to workflow_dispatch inputsdocs_only=trueviaif: ${{ !inputs.docs_only }}(inputs.production_release || inputs.docs_only)Workflow Modes:
production_release=true→ release + PyPI + docsdocs_only=true→ docs only (no release, no PyPI) ⭐✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.