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: .
|
||||
description: "Output Directory"
|
||||
required: false
|
||||
index:
|
||||
default: "false"
|
||||
description: "Index content"
|
||||
required: false
|
||||
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
|
||||
branding:
|
||||
icon: anchor
|
||||
@ -18,3 +22,4 @@ runs:
|
||||
args:
|
||||
- "-input=${{ inputs.input }}"
|
||||
- "-output=${{ inputs.output }}"
|
||||
- "-index=${{ inputs.index }}"
|
||||
|
Loading…
Reference in New Issue
Block a user