From 22f2e08e5f60a3fbac98f045d138d5414f651e5f Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Mon, 27 Dec 2021 15:00:36 -0800 Subject: [PATCH] Update action.yml --- action.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 422d451..8f54cbf 100644 --- a/action.yml +++ b/action.yml @@ -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: @@ -10,10 +11,14 @@ 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 @@ -21,4 +26,3 @@ inputs: runs: using: 'docker' image: 'docker://ghcr.io/actions/jekyll-build-pages:main' -