actions-marketplace-validations/Webifier Build
GitHub Action to process repository contents for jekyll deployment on github pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | GitHub repository of website material (default: $GITHUB_REPOSITORY) | no | ${{ github.repository }} |
| baseurl | Base URL (slug) of website (default: name of repository). You should set this field to "" if you are using Webifier for building a github.io repository itself (in a `<username/organization>.github.io` repository ). | no | ${{ github.event.repository.name }} |
| index | Entry index file (default: index.yml) change this if your entry index file is not named "index.yml" or is not located in the root of your repository. | no | index.yml |
| templates_dir | Base directory to lookup custom jinja2 templates in (default: "."). | no | . |
| publish_dir | Where should the webified results end up (default: "./webified/") | no | ./webified/ |
Outputs
no outputs