mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
19 lines
369 B
YAML
19 lines
369 B
YAML
# File generated by github.com/posener/goaction. DO NOT EDIT.
|
|
|
|
name: hugo-obsidian
|
|
inputs:
|
|
input:
|
|
default: .
|
|
description: "Input Directory"
|
|
required: false
|
|
output:
|
|
default: .
|
|
description: "Output Directory"
|
|
required: false
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|
|
args:
|
|
- "-input=${{ inputs.input }}"
|
|
- "-output=${{ inputs.output }}"
|