Swap to jerryjvl build repo

This commit is contained in:
2023-07-11 23:49:30 +00:00
parent 93a90a5ba0
commit 7080a5d54d
5 changed files with 76 additions and 65 deletions

View File

@@ -1,16 +1,8 @@
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'
name: 'Build Jekyll'
description: 'Local pipeline build of Jekyll content; follow-on actions must publish it somewhere'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}
branding:
icon: 'book-open'
color: 'red'
color: 'white'