actions-marketplace-validations/Jekyll - Builder

Build a Jekyll site with integration with the pages-gem.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceDirectory where the source files reside.no./
destinationOutput directory of the build. Although it can be nested inside the source, it cannot be the same as the source directory.no./_site
futurePublishes 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.nofalse
build_revisionThe SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.no${{ github.sha }}
verboseVerbose outputnotrue
tokenToken to access Pages builds (personal access token or GITHUB_TOKEN)no${{ github.token }}

no outputs