Skip to content

Commit

Permalink
Update action.yml to prepare for Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Apr 4, 2024
1 parent 36e492c commit d0dc4b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d0dc4b6

Please sign in to comment.