webifier/Webifier Build

GitHub Action to build a static website and deploy 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/
python-versionPython version used to install and run Webifier. no3.13
extra-packagesAdditional pip packages to install before rendering, such as third-party Webifier extensions. Use one package requirement per line, for example "my-webifier-extension" or "my-extension @ git+https://github.com/me/my-extension.git". no""

no outputs