webifier/Webifier Build
GitHub Action to build a static website and deploy 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/ |
| python-version | Python version used to install and run Webifier. | no | 3.13 |
| extra-packages | Additional 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 | "" |
Outputs
no outputs