getzola/Build Zola site for GitHub Pages
Build a Zola site using a specific Zola version and upload a GitHub Pages artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 11, 2026
- License
- MIT
Pinned Snippet
uses: getzola/github-pages@435a833fd3f1edcb28d70576c89e30a6365cd8f7 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| zola_version | Zola version tag (e.g. v0.22.0) | yes | — |
| working_directory | Directory containing config.toml | no | . |
| output_dir | Zola output directory | no | public |
| build_flags | Extra flags passed to `zola build` | no | "" |
| check_links | Run `zola check` before building | no | false |
| check_flags | Extra flags passed to `zola check` | no | "" |
Outputs
no outputs