yrpang/Hexo GitHub Action
A GitHub action used to automatic generate and deploy hexo-based blog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deploykey | The develop key of your GitHub Page repository | yes | — |
| username | The publisher's username | no | github-actions[bot] |
| The publisher's email address | no | 41898282+github-actions[bot]@users.noreply.github.com | |
| if_keep_commit_history | Whether keep commit history | no | false |
| github_page_repository | When `if_keep_commit_history` is `ture` and the GitHub Page repository (branch) is not `<actor_username>.github.io`, you need to set the other GitHub Page repository (branch) for get the commit history. | no | — |
| github_page_repository_branch | When `if_keep_commit_history` is `ture` and the GitHub Page repository (branch) is not `<actor_username>.github.io`, you need to set the other GitHub Page repository (branch) for get the commit history. | no | master |
| if_update_files | Whether update the source file after generate | no | false |
| github_token | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | no | "" |
| branch | The branch of the blog source code | no | master |
| if_update_cloudflare | Whether update cloudflare | no | false |
| cloudflare_token | Your cloudflare api key | no | — |
| cloudflare_zone | the cloudflare zone | no | — |
| cloudflare_username | Your cloudflare user name | no | — |
| purge_list | purge list | no | — |
Outputs
no outputs