actions-marketplace-validations/Hexo Auto Deploy

Auto deploy of hexo-generated static files using Hexo CLI, parameters allow to specify the deploy destination respository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGithub 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_nameDestination repository name. If not specified the default value is the local repository nameno${{ github.EVENT.REPOSITORY.NAME }}
owner_nameDestination repository owner name. If not specified the default value is the local repository owner nameno${{ github.EVENT.REPOSITORY.OWNER.NAME }}
owner_emailDestination repository owner email. If not specified the default value is the local repository owner emailno${{ github.EVENT.REPOSITORY.OWNER.EMAIL }}
commit_messageCommit message which originated this action execution. If specified, the commit message will be overriddenno${{ github.EVENT.HEAD_COMMIT.MESSAGE }}
deploy_branchDestination deploy branch. If not specified the default value is "gh-pages"nogh-pages
deploy_dirLocal deploy directory to link to the remote repository and branch. If not specified the default value is ".deploy"no.deploy
source_dirLocal source directory, where the static content has been generated. If not specified the default value is "public"nopublic

no outputs