crazy-max/GitHub Pages
GitHub Action to deploy to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Git domain (default github.com) | no | github.com |
| repo | GitHub repository where assets will be deployed (default $GITHUB_REPOSITORY) | no | — |
| target_branch | Git branch where assets will be deployed | no | gh-pages |
| keep_history | Create incremental commit instead of doing push force | no | false |
| allow_empty_commit | Allow an empty commit to be created | no | true |
| build_dir | Build directory to deploy | yes | — |
| absolute_build_dir | Whether to treat build_dir as an absolute path | no | false |
| follow_symlinks | If enabled, the content of symbolic links will be copied | no | false |
| committer | The committer name and email address | no | — |
| author | The author name and email address | no | — |
| commit_message | Commit message | no | — |
| fqdn | Write the given domain name to the CNAME file | no | — |
| jekyll | Allow Jekyll to build your site | no | true |
| dry_run | If enabled, nothing will be pushed | no | false |
| verbose | Enable verbose output | no | false |
Outputs
no outputs