actions-marketplace-validations/mawl: Make Another Weblog!
mawl: Make Another Weblog! mawl converts repos w/markdown files into full blog-like static sites for hosting on GH Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| CNAME | Your GitHub Pages CNAME, if any. | no | "" |
| INPUT_FOLDER | A subdirectory of the input repository which contains the markdown we wish to convert to a static site, i.e. docs/ or src/blog | no | "" |
| GITHUB_REPOSITORY | Target GitHub repository, which receives the built static site. | no | ${{ github.repository }} |
| REMOTE_BRANCH | Target repository branch for the built static site. | no | gh-pages |
| GITHUB_ACTOR | Name of the deploy actor | no | ${{ github.actor }} |
| GITHUB_TOKEN | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | no | ${{ github.token }} |
Outputs
no outputs