ci: 릴리즈 publish 시 문서 자동 sync/deploy 워크플로 추가#54
Open
Sh031224 wants to merge 2 commits into
Open
Conversation
릴리즈가 publish되면 montage-web의 docs-sync 워크플로를 호출해 문서를 동기화하고, 변경사항이 있을 경우 sync 브랜치에서 docs-deploy를 트리거하도록 자동화한다. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
wanteddev/montage-web의docs-sync워크플로를 호출해 문서를 동기화docs-deploy워크플로(www, algolia)를 트리거Test plan
BOT_APP_ID,BOT_APP_PRIVATE_KEYsecret이 리포지토리에 등록되어 있는지 확인syncjob이montage-web/docs-sync.yml을 호출하고 outputs(has_changes,branch)을 정상 반환하는지 확인deployjob이docs-deploy.yml을 sync 브랜치에서 트리거하는지 확인deployjob이 스킵되는지 확인🤖 Generated with Claude Code