Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Dec 27, 2021
1 parent b25c121 commit 22f2e08
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 2f9877141f775a9030dcf59ab535e186
# Generated from action.yml.erb
# 6fd2e419246dd9cc670908826ea4f649
name: 'Pages Jekyll'
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
inputs:
Expand All @@ -10,15 +11,18 @@ inputs:
description: 'Output directory of the build. Although it can be nested inside the source, it cannot be the same as the source directory.'
required: false
default: ./_site
future:
description: 'Publishes posts with a future date.'
required: false
default: true
verbose:
description: 'Verbose output'
required: false
default: '1'
default: true
token:
description: 'GitHub token'
required: true
default: ${{ github.token }}
runs:
using: 'docker'
image: 'docker://ghcr.io/actions/jekyll-build-pages:main'

0 comments on commit 22f2e08

Please sign in to comment.