Markdown to HTML Converter
Markdown转HTML转换器
Set up a GitHub Action that automatically converts markdown files to HTML using a static site generator.
设置一个GitHub Action,使用静态站点生成器自动将Markdown文件转换为HTML。
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.