From 184c687f926264713e40af2357638889b12a9b05 Mon Sep 17 00:00:00 2001 From: almouse Date: Wed, 12 Jul 2023 00:06:11 +0000 Subject: [PATCH] Update action.yml --- action.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 7995a55..9392517 100644 --- a/action.yml +++ b/action.yml @@ -1,16 +1,11 @@ name: 'Jekyll Minimal Action' author: 'Vivien Richter ' 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 }} + - jekyll build branding: icon: 'book-open' color: 'red'