Deploy to GitHub
blog_deploy_githubDeploy blog posts to a GitHub repository for static site generators like Jekyll or Hugo, using task IDs, direct content, or local file paths.
Instructions
블로그 글을 GitHub 저장소에 배포합니다.
기존 작업 ID, 직접 콘텐츠 입력, 또는 로컬 파일 경로를 사용할 수 있습니다. Jekyll, Hugo 등의 정적 사이트 생성기를 사용하는 블로그에 직접 커밋합니다.
Args:
task_id: 배포할 작업 ID (선택)
content: 직접 배포할 마크다운 콘텐츠 (선택)
filepath: 배포할 로컬 파일 경로 (선택)
repo: GitHub 저장소 (owner/repo 형식, 필수)
branch: 배포할 브랜치 (기본: main)
target_path: 저장소 내 저장 경로 (필수)
commit_message: 커밋 메시지 (선택)
github_token: GitHub Personal Access Token (필수)
Returns:
url: 커밋 URL
deployed: 배포 성공 여부
message: 안내 메시지
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub 커밋 URL | |
| message | Yes | 안내 메시지 | |
| deployed | Yes | 배포 성공 여부 |