actions-hugo/action.yml

15 lines
383 B
YAML
Raw Normal View History

2019-09-05 20:07:42 +02:00
name: 'Hugo build action'
description: 'GitHub Actions for Hugo extended and Hugo Modules'
author: 'peaceiris'
inputs:
milliseconds: # id of input
description: 'number of milliseconds to wait'
required: true
default: '1000'
outputs:
time: # output will be available to future steps
description: 'The message to output'
2019-09-05 20:07:42 +02:00
runs:
using: 'node12'
main: 'index.js'