From d0dc4b6064eee26e6e67fdf51f8a703818c7aed8 Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:58:23 -0400 Subject: [PATCH] Update action.yml to prepare for Marketplace --- action.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index d121592..10dd4e8 100644 --- a/action.yml +++ b/action.yml @@ -1,16 +1,16 @@ # action.yml -name: 'Setup Blurry' -description: 'Builds a static site using Blurry' +name: "Blurry Build" +description: "Builds a static site using Blurry, a static site generator focused on page speed and SEO" inputs: site-root: - description: 'Path to the site root, i.e. a directory containing blurry.toml' + description: "Path to the site root, i.e. a directory containing blurry.toml" required: true - default: './' -# outputs: -# time: # id of output -# description: 'The time we greeted you' + default: "./" runs: - using: 'docker' - image: 'Dockerfile' + using: "docker" + image: "Dockerfile" args: - ${{ inputs.site-root }} +branding: + icon: eye + color: yellow