actions-hugo/action.yml

19 lines
564 B
YAML
Raw Permalink Normal View History

2019-10-29 01:03:36 +00:00
name: 'Hugo setup'
2019-10-29 00:54:47 +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'