actions/Build Jekyll for GitHub Pages

A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages

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
tokenGitHub tokenyes${{ github.token }}

no outputs