Add generated action.yml 🤖
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
# Generated from action.yml.erb
|
# Generated from action.yml.erb
|
||||||
# 85fec0fc280fb0651f2256bf728c8ab3
|
# ad33d11e368da214b9a32be1ea61b996
|
||||||
name: 'Pages Jekyll'
|
name: 'Pages Jekyll'
|
||||||
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
||||||
inputs:
|
inputs:
|
||||||
@@ -12,9 +12,9 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: ./_site
|
default: ./_site
|
||||||
future:
|
future:
|
||||||
description: 'Publishes posts with a future date.'
|
description: 'Publishes posts with a future date. When set to true, the build is made with the --future option which overrides the future option that may be set in a Jekyll configuration file.'
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: false
|
||||||
build_revision:
|
build_revision:
|
||||||
description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
|
description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user