zonemeen/gitpress-deploy-blog-action
This action allows you to create a blog from your markdown files and deploy to GitHub pages or another deployment platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | This option defaults to the repository scoped GitHub Token. However if you need more permissions for things such as deploying to another repository, you can add a Personal Access Token (PAT) here. This should be stored in the `secrets / with` menu **as a secret**. | no | ${{ github.token }} |
| branch | This is the branch you wish to deploy to, for example gh-pages or docs. | no | gh-pages |
Outputs
| name | description |
|---|---|
| deployment-status | The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped |