davids/jekyll-deploy

Builds and deploys a jekyll page to GitHub pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build-onlySet to "true" to only build, but not deploy. This is useful for PR testing.nofalse
adjust-last-modifiedBy default this action clamps last-modified times to the date of the last commit modifying it. This reduces the amount of churn of updating timestamps in the rendered files. Set this to "false" to use the build time instead.notrue
source-dirSpecify a subdirectory containing the jekyll site, relative to the root of the repository. If this is not specified, the site is expected to be in the root of the repository.no.
target-branchSpecify the branch to deploy the site to. By default, this is "gh-pages", GitHub's default branch for doc sites.nogh-pages

no outputs