mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
add github action
This commit is contained in:
parent
06cc90fa12
commit
fcef39bb73
@ -8,6 +8,10 @@ inputs:
|
|||||||
default: .
|
default: .
|
||||||
description: "Output Directory"
|
description: "Output Directory"
|
||||||
required: false
|
required: false
|
||||||
|
index:
|
||||||
|
default: "false"
|
||||||
|
description: "Index content"
|
||||||
|
required: false
|
||||||
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
|
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
|
||||||
branding:
|
branding:
|
||||||
icon: anchor
|
icon: anchor
|
||||||
@ -18,3 +22,4 @@ runs:
|
|||||||
args:
|
args:
|
||||||
- "-input=${{ inputs.input }}"
|
- "-input=${{ inputs.input }}"
|
||||||
- "-output=${{ inputs.output }}"
|
- "-output=${{ inputs.output }}"
|
||||||
|
- "-index=${{ inputs.index }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user