davids/jekyll-deploy
Builds and deploys a jekyll page to GitHub pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-only | Set to "true" to only build, but not deploy. This is useful for PR testing. | no | false |
| adjust-last-modified | By default this action clamps last-modified times to the date of the last commit modifying it. This reduces the amount of churn of updating timestamps in the rendered files. Set this to "false" to use the build time instead. | no | true |
| source-dir | Specify a subdirectory containing the jekyll site, relative to the root of the repository. If this is not specified, the site is expected to be in the root of the repository. | no | . |
| target-branch | Specify the branch to deploy the site to. By default, this is "gh-pages", GitHub's default branch for doc sites. | no | gh-pages |
Outputs
no outputs