jeffreytse/Jekyll Deploy Action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 9, 2025
- License
- MIT
Pinned Snippet
uses: jeffreytse/jekyll-deploy-action@222a6b06c846416d654db18142eab0da528cdb4f # v0.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | The deploy provider | yes | — |
| token | The deploy token | no | — |
| ssh_private_key | The SSH private key for using SSH approach | no | — |
| repository | The deploy repository | no | — |
| branch | The deploy branch | no | — |
| actor | The github username creating the commit | no | — |
| cname | The cname to use for the site | no | — |
| ruby_ver | The Ruby version | no | — |
| bundler_ver | The Bundler version | no | — |
| jekyll_src | The Jekyll website source directory | no | — |
| jekyll_cfg | The Jekyll website config files | no | — |
| jekyll_baseurl | The Jekyll website baseurl | no | — |
| pre_build_commands | The pre-build commands | no | — |
Outputs
no outputs