edricchan03/Build and deploy to GitHub Pages

Builds and deploys a Jekyll site to GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GitHub installation token.yes
gh_pages_tokenThe token used for triggering a deploy request. (This is no longer needed - see https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/46519/highlight/true#M6551)no
gh_pages_branchThe branch to deploy the Jekyll site to.nogh-pages
gh_pages_dist_folderThe folder to build the Jekyll site to.no_site
gh_pages_commit_messageThe commit message to use when deploying the Jekyll site.no
remote_repoThe repository to deploy the Jekyll site to.no
jekyll_build_optsOptions to pass to the Jekyll build command.no
committer_usernameThe username to use for the committer of the commit.no
committer_emailThe email to use for the committer of the commit.no
git_forceWhether to use the --force flag on git push.notrue
override_gh_pages_branchWhether to override the gh-pages branch.nofalse
gh_pages_add_no_jekyllWhether to add the .nojekyll file to the deployed site.notrue
skip_deployWhether to skip deployment after a successful build.nofalse
show_bundle_logWhether to show detailed logs from the bundle install command.nofalse
bundler_versionA specific version of Bundler to be used.no
jekyll_envThe Jekyll environment to use when building the site. (See https://jekyllrb.com/docs/configuration/environments/)noproduction

no outputs