knzai/Zola Build
Build (and/or deploy) a getzola/zola site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root | Directory to use as root of project. Deploy does not like this and requires an addition checkout in root | no | . |
| config | Path to a config file other than config.toml in the root of project | no | config.toml |
| base-url | Force the base URL to be that value (defaults to the one in config) | no | "" |
| drafts | Include drafts when loading the site | no | false |
| output-dir | Outputs the generated site in the given path (by default 'public' dir in project root) | no | public |
| force | Force building the site even if output directory is non-empty | no | false |
| deploy | Push to GitHub-Pages using JamesIves/github-pages-deploy-action defaults | no | true |
| check | Check external links with `zola check` | no | true |
Outputs
no outputs