actions-hugo/action.yml

19 lines
571 B
YAML
Raw Normal View History

2019-09-15 23:33:49 +00:00
name: 'Hugo setup action'
2019-10-03 02:35:41 +00:00
description: 'GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast, Hugo extended and Hugo Modules are supported.'
2019-09-05 18:07:42 +00:00
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'
main: 'lib/index.js'
2019-09-15 23:33:04 +00:00
branding:
icon: 'package'
color: 'yellow'