ci: integrate sync-docs workflow#388
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Implement sync documentation workflow
Add sync-docs reusable workflow
Oct 28, 2025
neilime
requested changes
Oct 28, 2025
Contributor
Author
Copilot
AI
changed the title
Add sync-docs reusable workflow
Integrate sync-docs into main CI workflow
Oct 28, 2025
neilime
requested changes
Oct 28, 2025
Contributor
Author
Contributor
Author
Done. Updated workflow to version 0.1.0 and refactored SYNC_DOCS_IMPROVEMENTS.md to be concise and actionable for future Copilot agents. The guide now includes quick-start implementation example and key learnings. (2c93c54) |
neilime
approved these changes
Oct 28, 2025
2c93c54 to
f36c7a3
Compare
f36c7a3 to
e7fb74c
Compare
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.
Implements workflow to sync repository documentation to the public-docs portal per sync-docs-dispatcher.md.
Changes
.github/workflows/__main-ci.yml- Addedsync-docsjob that directly callshoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@18facec04f2945f4d66d510e8a06568497b73c54(v0.1.0)actions/**/README.md- All README files in actions directory.github/workflows/*.md- Workflow documentation filesREADME.md- Root README filePUBLIC_DOCS_TOKENsecret withrepository_dispatchpermissionsSYNC_DOCS_IMPROVEMENTS.md- Implementation guide for future Copilot agentsIntegration
The sync-docs job is now part of the main CI workflow and automatically syncs documentation to the public-docs portal on every push to main (excluding scheduled runs).
Implementation Guide
SYNC_DOCS_IMPROVEMENTS.mdprovides concise, actionable instructions for implementing the sync-docs workflow in other repositories, including:The guide is optimized for future Copilot agents to quickly understand and implement the workflow correctly.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.