wass3r/actions-zola
Build static sites with Zola (secure, verified binaries only)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| zola_version | Zola version to use (v0.20.0 or later required) | no | v0.22.1 |
| root | Root directory for the Zola project | no | . |
| base_url | Base URL to use for the site | no | — |
| output_dir | Output directory for the built site | no | — |
| drafts | Include drafts when checking/building | no | false |
| check_links | Run 'zola check' before build to validate external links | no | false |
| check_links_skip_external | When check_links=true, skip external link validation during check phase | no | false |
| use_cache | Use actions/cache for the Zola binary | no | true |
| gh_token | GitHub token for attestation verification and API access to get checksums | no | ${{ github.token }} |
Outputs
no outputs