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