limjh16/Jekyll Action TS
A GitHub Action to build and publish Jekyll sites to GitHub Pages without Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jekyll_src | The Jekyll website source directory | no | — |
| jekyll_env | JEKYLL_ENV environment variable or jekyll.environment Liquid variable | no | — |
| gem_src | The Jekyll Gemfile directory | no | — |
| custom_opts | Custom Jekyll build options https://jekyllrb.com/docs/configuration/options/ | no | — |
| enable_cache | Enable caching within the action | no | — |
| key | An explicit key for restoring and saving the cache | no | — |
| restore-keys | An ordered list of keys to use for restoring the cache if no cache hit occurred for key | no | — |
| format_output | Format the output html files | no | — |
| prettier_opts | Custom prettier options to format output html files | no | — |
| prettier_ignore | Skips formatting certain files / paths | no | — |
Outputs
no outputs