Migrate javascript action (#21)

This commit is contained in:
Shohei Ueda
2019-09-16 08:27:57 +09:00
committed by GitHub
parent ded0a1ada3
commit 68358aa004
194 changed files with 19698 additions and 59 deletions

View File

@@ -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'