Compare commits

...
Author SHA1 Message Date
github-actions[bot] d7424c4d13 Add generated action.yml 🤖
Docker / build (push) Has been cancelled
2022-01-29 00:22:41 +00:00
github-actions[bot] c96882ab68 Add generated action.yml 🤖 2022-01-28 23:42:42 +00:00
Yoann ChaudetandGitHub d4e051b1d6 Merge pull request #12 from actions/future-false
Revert to not setting the future option
2022-01-28 15:40:56 -08:00
Yoann Chaudet 2e7c5b84da Add CODEOWNERS 2022-01-28 15:36:07 -08:00
Yoann Chaudet 940f8216ae Doc 2022-01-28 15:32:53 -08:00
Yoann Chaudet f63b9bcb67 Revert to not setting the future option 2022-01-28 15:23:24 -08:00
github-actions[bot] 4fc751033d Add generated action.yml 🤖 2022-01-06 22:46:29 +00:00
Yoann ChaudetandGitHub 53445b3603 Merge pull request #8 from actions/build-revision
Initialize JEKYLL_BUILD_REVISION with GITHUB_SHA (feedback)
2022-01-06 14:44:39 -08:00
3 changed files with 12 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
# Default PR reviewers
* @actions/pages
+8 -4
View File
@@ -1,5 +1,5 @@
# Generated from action.yml.erb
# 2202b28a0e30e648e7494efed65d7a8f
# 1437ea4fa748c21883162f798c695151
name: 'Pages Jekyll'
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
inputs:
@@ -12,9 +12,13 @@ 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
default: ${{ github.sha }}
verbose:
description: 'Verbose output'
required: false
@@ -25,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'
+2 -2
View File
@@ -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