Files
jekyll-build-pages/action.yml
2023-07-12 00:06:11 +00:00

12 lines
289 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
branding:
icon: 'book-open'
color: 'red'