add: options hugo-version and extended
This commit is contained in:
parent
42a06b08e9
commit
843ac84fed
4 changed files with 36 additions and 8 deletions
|
|
@ -2,6 +2,14 @@ name: 'Hugo build action'
|
|||
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
||||
author: 'peaceiris'
|
||||
inputs:
|
||||
hugo-version:
|
||||
description: 'The Hugo version to download (if necessary) and use. Example: 0.58.2'
|
||||
required: false
|
||||
default: 'latest'
|
||||
extended:
|
||||
description: 'Download (if necessary) and use Hugo extended version. Example: true'
|
||||
required: false
|
||||
default: 'false'
|
||||
milliseconds: # id of input
|
||||
description: 'number of milliseconds to wait'
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue