Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 27, 2021
1 parent 06cc90f commit fcef39b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,3 +22,4 @@ runs:
args:
- "-input=${{ inputs.input }}"
- "-output=${{ inputs.output }}"
- "-index=${{ inputs.index }}"

0 comments on commit fcef39b

Please sign in to comment.