Revert to vivi action

This commit is contained in:
2023-07-12 00:05:46 +00:00
parent d80d8c1b77
commit a7f015f130
4 changed files with 59 additions and 60 deletions

View File

@@ -1,8 +1,16 @@
name: 'Build Jekyll'
description: 'Local pipeline build of Jekyll content; follow-on actions must publish it somewhere'
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 }}
branding:
icon: 'book-open'
color: 'white'
color: 'red'