Skip to content

Commit

Permalink
Added: Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4k committed Mar 9, 2020
1 parent f5e1600 commit 6888cd8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# action.yml
name: 'Hugo to Medium'
description: 'Pushes your blog from hugo to medium'
inputs:
blog-dir: # id of input
description: 'Directory for blog content'
required: true
default: 'content'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.blog-dir }}
branding:
icon: 'aperture'
color: 'gray-dark'

0 comments on commit 6888cd8

Please sign in to comment.