nilbuild/Create Blog from Markdown Files

This action allows you to create a blog from your markdown files and deploy to GitHub pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenThis 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 }}
branchThis is the branch you wish to deploy to, for example gh-pages or docs.nogh-pages
namedescription
deployment-statusThe status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped