Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e7c5b84da | |||
| 940f8216ae | |||
| f63b9bcb67 | |||
| 4fc751033d | |||
| 53445b3603 |
@@ -0,0 +1,2 @@
|
||||
# Default PR reviewers
|
||||
* @actions/pages
|
||||
+5
-1
@@ -1,5 +1,5 @@
|
||||
# Generated from action.yml.erb
|
||||
# 2202b28a0e30e648e7494efed65d7a8f
|
||||
# 85fec0fc280fb0651f2256bf728c8ab3
|
||||
name: 'Pages Jekyll'
|
||||
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
||||
inputs:
|
||||
@@ -15,6 +15,10 @@ inputs:
|
||||
description: 'Publishes posts with a future date.'
|
||||
required: false
|
||||
default: true
|
||||
build_revision:
|
||||
description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
|
||||
required: false
|
||||
default: ${{ github.sha }}
|
||||
verbose:
|
||||
description: 'Verbose output'
|
||||
required: false
|
||||
|
||||
+2
-2
@@ -12,9 +12,9 @@ inputs:
|
||||
required: false
|
||||
default: ./_site
|
||||
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
|
||||
default: true
|
||||
default: false
|
||||
build_revision:
|
||||
description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user