bluekrow/Hexo Auto Deploy
Auto deploy of hexo-generated static files using Hexo CLI, parameters allow to specify the deploy destination respository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github secret token that grants access to the destination repository. If the detination repository is the same local repositroy, the token can be obtained using \$\{\{ secrets.GITHUB_TOKEN \}\} | yes | — |
| repo_name | Destination repository name. If not specified the default value is the local repository name | no | ${{ github.EVENT.REPOSITORY.NAME }} |
| owner_name | Destination repository owner name. If not specified the default value is the local repository owner name | no | ${{ github.EVENT.REPOSITORY.OWNER.NAME }} |
| owner_email | Destination repository owner email. If not specified the default value is the local repository owner email | no | ${{ github.EVENT.REPOSITORY.OWNER.EMAIL }} |
| commit_message | Commit message which originated this action execution. If specified, the commit message will be overridden | no | ${{ github.EVENT.HEAD_COMMIT.MESSAGE }} |
| deploy_branch | Destination deploy branch. If not specified the default value is "gh-pages" | no | gh-pages |
| deploy_dir | Local deploy directory to link to the remote repository and branch. If not specified the default value is ".deploy" | no | .deploy |
| source_dir | Local source directory, where the static content has been generated. If not specified the default value is "public" | no | public |
Outputs
no outputs