blog_publish_post
Save finalized Markdown and frontmatter to S3, then trigger a GitHub Actions build to publish a blog post. Slug defines the URL path.
Instructions
AI 補正済みの markdown と frontmatter を S3 に保存し、GitHub Actions ビルドを発火させて公開する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug for the post (alphanumeric, hyphens, underscores) | |
| markdown | Yes | Finalized Markdown content (after preview correction) | |
| frontmatter | Yes |