actions-marketplace-validations/Build and deploy Jekyll (v4) for GitHub Pages

A simple GitHub Action for producing and deploying Jekyll v4 build artifacts with GitHub Pages dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceDirectory where the source files reside.no./
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 }}
namedescription
page_urlURL to deployed GitHub Pages