Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DP6/jekyll-update-pages-action into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
joaquimsn committed Apr 6, 2021
2 parents ee0506d + f06e319 commit 5d2f8d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

name: 'Jekyll update github pages without new commit'
author: DP6
description: 'Update multiple gh-pages without generating new commit, trigger at a scheduled time. This action is ideal to work with github pages with remote_theme'
description: 'Update multiple gh-pages without generating new commit, trigger at a scheduled time.'
branding:
icon: 'refresh-cw'
color: 'orange'
inputs:
DEPLOY_TOKEN: # id of input
description: 'Personal access token of use with access to repositories with github pages enable'
Expand All @@ -37,4 +40,4 @@ runs:
args:
- ${{ inputs.USER }}
- ${{ inputs.DEPLOY_TOKEN }}
- ${{ inputs.FILTER }}
- ${{ inputs.FILTER }}

0 comments on commit 5d2f8d7

Please sign in to comment.