hugo-action/action.yml

13 lines
324 B
YAML
Raw Normal View History

2023-12-31 11:23:51 +00:00
name: "Markdown2Gemini"
description: "Simple conversion of a tree of markdown files to the gemini format."
inputs:
input-dir:
description: "Path to the input directory"
required: true
output-dir:
description: "Path to the output directory"
required: true
runs:
using: "docker"
image: "Containerfile"