Update action.yml
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
name: 'Jekyll Minimal Action'
|
||||
author: 'Vivien Richter <vivien-richter@outlook.de>'
|
||||
description: 'Pure minimal Jekyll pipeline with basic build tools for universal usage.'
|
||||
inputs:
|
||||
command:
|
||||
description: 'Complete Jekyll command'
|
||||
required: true
|
||||
default: 'jekyll --help'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.command }}
|
||||
- jekyll build
|
||||
branding:
|
||||
icon: 'book-open'
|
||||
color: 'red'
|
||||
|
||||
Reference in New Issue
Block a user