actions-hugo/action.yml

23 lines
718 B
YAML
Raw Normal View History

2019-10-29 10:03:36 +09:00
name: 'Hugo setup'
2024-11-05 08:15:12 +01:00
description: 'GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo deploy and Hugo Modules are supported.'
2019-09-06 03:07:42 +09:00
author: 'peaceiris'
2019-09-16 08:27:57 +09: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'
2024-11-05 08:15:12 +01:00
withdeploy:
description: 'Download (if necessary) and use Hugo deploy feature. Example: true'
required: false
default: 'false'
2019-09-06 03:07:42 +09:00
runs:
using: 'node20'
main: 'lib/index.js'
2019-09-16 08:33:04 +09:00
branding:
icon: 'package'
color: 'yellow'