2019-09-15 23:33:49 +00:00
|
|
|
name: 'Hugo setup action'
|
2019-09-05 18:07:42 +00:00
|
|
|
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
|
|
|
author: 'peaceiris'
|
2019-09-15 23:27:57 +00:00
|
|
|
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'
|
2019-09-05 18:07:42 +00:00
|
|
|
runs:
|
2019-09-15 23:27:57 +00:00
|
|
|
using: 'node12'
|
2019-09-17 22:32:17 +00:00
|
|
|
main: 'lib/index.js'
|
2019-09-15 23:33:04 +00:00
|
|
|
branding:
|
|
|
|
icon: 'package'
|
|
|
|
color: 'yellow'
|