actions-marketplace-validations/Build and deploy Jekyll (v4) for GitHub Pages
A simple GitHub Action for producing and deploying Jekyll v4 build artifacts with GitHub Pages dependencies
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 | ./ |
| 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 | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| page_url | URL to deployed GitHub Pages |