mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
Merge pull request #14 from jackyzha0/draft-support
This commit is contained in:
commit
458291e07b
@ -12,6 +12,10 @@ inputs:
|
|||||||
default: "false"
|
default: "false"
|
||||||
description: "Index content"
|
description: "Index content"
|
||||||
required: false
|
required: false
|
||||||
|
root:
|
||||||
|
default: "."
|
||||||
|
description: "Root of Repository"
|
||||||
|
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
|
||||||
@ -23,3 +27,4 @@ runs:
|
|||||||
- "-input=${{ inputs.input }}"
|
- "-input=${{ inputs.input }}"
|
||||||
- "-output=${{ inputs.output }}"
|
- "-output=${{ inputs.output }}"
|
||||||
- "-index=${{ inputs.index }}"
|
- "-index=${{ inputs.index }}"
|
||||||
|
- "-root=${{ inputs.root }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user