12 lines
297 B
YAML
12 lines
297 B
YAML
name: 'Jekyll Minimal Action'
|
|
author: 'Vivien Richter <vivien-richter@outlook.de>'
|
|
description: 'Pure minimal Jekyll pipeline with basic build tools for universal usage.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- jekyll build --trace
|
|
branding:
|
|
icon: 'book-open'
|
|
color: 'red'
|