Markdown to HTML Converter
「MarkdownからHTMLへの変換ツール」
Set up a GitHub Action that automatically converts markdown files to HTML using a static site generator.
「静的サイトジェネレーターを使用してMarkdownファイルをHTMLに自動変換するGitHub Actionを設定してください。」
Prompt
Set up a GitHub Action that watches for changes in .md files and automatically converts them to HTML using a static site generator (e.g., Eleventy or Hugo), then stores the output in a public/ folder as artifacts.