Migrate javascript action (#21)
This commit is contained in:
parent
ded0a1ada3
commit
68358aa004
194 changed files with 19698 additions and 59 deletions
16
action.yml
16
action.yml
|
|
@ -1,9 +1,15 @@
|
|||
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'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
icon: 'package'
|
||||
color: 'yellow'
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue