Skip to content

Commit

Permalink
feat: add action.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Jul 2, 2020
1 parent 7efb023 commit 0cece15
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'Jekyll Deploy Action'
description: >
'A Github Action to deploy the Jekyll site conveniently for GitHub Pages'
inputs:
provider:
description: 'The deploy provider'
required: true
token:
description: 'The deploy token'
required: false
repository:
description: 'The deploy repository'
required: false
branch:
description: 'The deploy branch'
required: false
jekyll_src:
description: 'The Jekyll website source directory'
required: false
jekyll_cfg:
description: 'The Jekyll website config files'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'command'
color: 'gray-dark'

0 comments on commit 0cece15

Please sign in to comment.