actions-marketplace-validations/Webifier Build

GitHub Action to process repository contents for jekyll deployment on github pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoGitHub repository of website material (default: $GITHUB_REPOSITORY)no${{ github.repository }}
baseurlBase 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 }}
indexEntry 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. noindex.yml
templates_dirBase directory to lookup custom jinja2 templates in (default: "."). no.
publish_dirWhere should the webified results end up (default: "./webified/") no./webified/

no outputs