Compare commits
3 Commits
future-false
...
v1-beta
| Author | SHA1 | Date | |
|---|---|---|---|
| d7424c4d13 | |||
| c96882ab68 | |||
| d4e051b1d6 |
+4
-4
@@ -1,5 +1,5 @@
|
||||
# Generated from action.yml.erb
|
||||
# 85fec0fc280fb0651f2256bf728c8ab3
|
||||
# 1437ea4fa748c21883162f798c695151
|
||||
name: 'Pages Jekyll'
|
||||
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
||||
inputs:
|
||||
@@ -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
|
||||
@@ -29,4 +29,4 @@ inputs:
|
||||
default: ${{ github.token }}
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://ghcr.io/actions/jekyll-build-pages:main'
|
||||
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1-beta'
|
||||
|
||||
Reference in New Issue
Block a user