actions-marketplace-validations/Jekyll Actions

A GitHub Action to build and publish Jekyll sites to GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GITHUB_TOKEN secretno
jekyll_envThe Jekyll environment to buildno
jekyll_srcThe Jekyll website source directoryno
jekyll_build_optionsAdditional Jekyll build arguments (see https://jekyllrb.com/docs/configuration/options/#build-command-options)no
gem_srcThe Jekyll Gemfile directoryno
target_branchThe target branch name the site gets pushed tono
target_pathThe relative path where the site gets pushed tono
build_onlyWill build the Jekyll site without publishing itno
build_dirThe directory to build your project inno
keep_historyDo not overwrite whatever was already published on the target branchno
pre_build_commandsCommands to run prior to build and deploy. Useful for ensuring build dependencies are up to date or installing new dependencies. For example, use `apk --update add imagemagick` to install ImageMagick. no
bundler_versionWhen set override the default bundler version provided.no
commit_authorProvide an author for commits by the action. The email address is automatically set to `[author name]@users.noreply.github.com` no
namedescription
shaGenerated commit SHA1 that will be published