actions-marketplace-validations/Jekyll - Builder
Build a Jekyll site with integration with the pages-gem.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Directory where the source files reside. | no | ./ |
| destination | Output directory of the build. Although it can be nested inside the source, it cannot be the same as the source directory. | no | ./_site |
| future | Publishes posts with a future date. When set to true, the build is made with the --future option which overrides the future option that may be set in a Jekyll configuration file. | no | false |
| build_revision | The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA. | no | ${{ github.sha }} |
| verbose | Verbose output | no | true |
| token | Token to access Pages builds (personal access token or GITHUB_TOKEN) | no | ${{ github.token }} |
Outputs
no outputs